Searched refs:JSObjectHasProperty (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/API/tests/
H A DCustomGlobalObjectClassTest.c85 bool hasMethod = JSObjectHasProperty(globalContext, globalObj, propertyNameRef);
H A Dtestapi.c2054 // passes if the call to JSObjectHasProperty() does not hang.
2062 JSObjectHasProperty(prototypeLoopContext, JSContextGetGlobalObject(prototypeLoopContext), nameProperty);
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSObjectRef.h520 JS_EXPORT bool JSObjectHasProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName);
H A DJSObjectRef.cpp308 bool JSObjectHasProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName) function
H A DJSValue.mm279 BOOL result = JSObjectHasProperty([_context JSGlobalContextRef], object, name);

Completed in 106 milliseconds