OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JSObjectSetPrototype
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/JavaScriptCore/qt/api/
qscriptengine_p.cpp
114
JSObjectSetPrototype
(m_context, funJS, m_originalGlobalObject.functionPrototype());
qscriptvalue_p.h
722
JSObjectSetPrototype
(*m_engine, *this, *prototype);
[
all
...]
/external/webkit/Source/JavaScriptCore/API/tests/
testapi.c
791
JSObjectSetPrototype
(context, object1, JSValueMakeNull(context));
795
JSObjectSetPrototype
(context, object1, object1);
799
JSObjectSetPrototype
(context, object2, object1);
801
JSObjectSetPrototype
(context, object1, object2);
805
JSObjectSetPrototype
(context, object2, object3);
807
JSObjectSetPrototype
(context, object1, object2);
809
JSObjectSetPrototype
(context, object3, object1);
874
JSObjectSetPrototype
(context, jsObjectNoProto, JSValueMakeNull(context));
[
all
...]
/external/webkit/Source/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
230
void
JSObjectSetPrototype
(JSContextRef ctx, JSObjectRef object, JSValueRef value)
Completed in 169 milliseconds