Searched refs:lengthStr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/API/tests/
H A Dtestapi.c1276 JSStringRef lengthStr = JSStringCreateWithUTF8CString("length"); local
1279 JSObjectSetProperty(context, aHeapRef, lengthStr, JSValueMakeNumber(context, 10), 0, 0);
1315 if (JSValueToNumber(context, JSObjectGetProperty(context, aHeapRef, lengthStr, 0), 0) != 10) {
1320 JSStringRelease(lengthStr);
/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_runtime.cpp246 static JSStringRef lengthStr = JSStringCreateWithUTF8CString("length"); local
247 JSValueRef lengthVal = JSObjectGetProperty(context, object, lengthStr, exception);

Completed in 133 milliseconds