OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jsobjectgetprototype
(Results
1 - 11
of
11
) sorted by null
/external/webkit/Source/WebKit/win/WebKit.vcproj/
WebKit_Cairo.def
53
JSObjectGetPrototype
WebKit_Cairo_debug.def
53
JSObjectGetPrototype
/external/webkit/Source/WebKit2/win/
WebKit2.def
50
JSObjectGetPrototype
WebKit2CFLite.def
43
JSObjectGetPrototype
/external/webkit/Source/JavaScriptCore/qt/api/
qscriptoriginalglobalobject_p.h
117
// get via
JSObjectGetPrototype
), but the Type.prototype, that will be set
qscriptvalue_p.h
703
JSValueRef prototype =
JSObjectGetPrototype
(*m_engine, *this);
723
JSValueRef proto =
JSObjectGetPrototype
(*m_engine, *this);
[
all
...]
/external/webkit/Source/JavaScriptCore/API/tests/
testapi.c
792
ASSERT(JSValueIsNull(context,
JSObjectGetPrototype
(context, object1)));
796
result &= assertTrue(JSValueIsNull(context,
JSObjectGetPrototype
(context, object1)), "It is possible to assign self as a prototype");
800
ASSERT(JSValueIsStrictEqual(context,
JSObjectGetPrototype
(context, object2), object1));
802
result &= assertTrue(JSValueIsNull(context,
JSObjectGetPrototype
(context, object1)), "It is possible to close a prototype chain cycle");
806
ASSERT(JSValueIsStrictEqual(context,
JSObjectGetPrototype
(context, object2), object3));
808
ASSERT(JSValueIsStrictEqual(context,
JSObjectGetPrototype
(context, object1), object2));
810
result &= assertTrue(!JSValueIsStrictEqual(context,
JSObjectGetPrototype
(context, object3), object1), "It is possible to close a prototype chain cycle");
[
all
...]
/external/webkit/Source/JavaScriptCore/API/
JSObjectRef.cpp
221
JSValueRef
JSObjectGetPrototype
(JSContextRef ctx, JSObjectRef object)
JSObjectRef.h
502
JS_EXPORT JSValueRef
JSObjectGetPrototype
(JSContextRef ctx, JSObjectRef object);
[
all
...]
/external/webkit/Source/JavaScriptCore/
ChangeLog-2009-06-16
[
all
...]
ChangeLog-2007-10-14
[
all
...]
Completed in 288 milliseconds