HomeSort by relevance Sort by last modified time
    Searched refs:JSObjectSetPrototype (Results 1 - 3 of 3) sorted by null

  /external/webkit/JavaScriptCore/API/
JSObjectRef.h 66 @constant kJSClassAttributeNoAutomaticPrototype Specifies that a class should not automatically generate a shared prototype for its instance objects. Use kJSClassAttributeNoAutomaticPrototype in combination with JSObjectSetPrototype to manage prototypes manually.
511 JS_EXPORT void JSObjectSetPrototype(JSContextRef ctx, JSObjectRef object, JSValueRef value);
    [all...]
JSObjectRef.cpp 231 void JSObjectSetPrototype(JSContextRef ctx, JSObjectRef object, JSValueRef value)
  /external/webkit/JavaScriptCore/API/tests/
testapi.c 807 JSObjectSetPrototype(context, jsObjectNoProto, JSValueMakeNull(context));
    [all...]

Completed in 2947 milliseconds