Searched refs:propertyNameRef (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/API/tests/
H A DCustomGlobalObjectClassTest.c76 JSStringRef propertyNameRef = JSPropertyNameArrayGetNameAtIndex(propertyNames, 0); local
77 size_t propertyNameLength = JSStringGetLength(propertyNameRef);
80 JSStringGetUTF8CString(propertyNameRef, buffer, bufferSize);
85 bool hasMethod = JSObjectHasProperty(globalContext, globalObj, propertyNameRef);
89 JSObjectGetProperty(globalContext, globalObj, propertyNameRef, NULL);
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSCallbackObjectFunctions.h136 RefPtr<OpaqueJSString> propertyNameRef; local
142 if (!propertyNameRef)
143 propertyNameRef = OpaqueJSString::create(name);
145 if (hasProperty(ctx, thisRef, propertyNameRef.get())) {
150 if (!propertyNameRef)
151 propertyNameRef = OpaqueJSString::create(name);
156 value = getProperty(ctx, thisRef, propertyNameRef.get(), &exception);
227 RefPtr<OpaqueJSString> propertyNameRef; local
233 if (!propertyNameRef)
234 propertyNameRef
286 RefPtr<OpaqueJSString> propertyNameRef; local
343 RefPtr<OpaqueJSString> propertyNameRef; local
626 RefPtr<OpaqueJSString> propertyNameRef; local
[all...]
H A DJSClassRef.h40 : getProperty(_getProperty), setProperty(_setProperty), attributes(_attributes), propertyNameRef(OpaqueJSString::create(propertyName))
47 RefPtr<OpaqueJSString> propertyNameRef; member in struct:StaticValueEntry

Completed in 115 milliseconds