Home
last modified time | relevance | path

Searched refs:arrayConstructor (Results 1 – 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/API/tests/
Dtestapi.c687 …JSObjectRef arrayConstructor = JSValueToObject(context, JSObjectGetProperty(context, globalObject,… in globalObject_initialize() local
690 UNUSED_PARAM(arrayConstructor); in globalObject_initialize()
691 ASSERT(arrayConstructor); in globalObject_initialize()
1002 …JSObjectRef arrayConstructor = JSValueToObject(context, JSObjectGetProperty(context, globalObject,… in main() local
1004 result = JSObjectCallAsConstructor(context, arrayConstructor, 0, NULL, NULL); in main()
1007 ASSERT(JSValueIsInstanceOfConstructor(context, result, arrayConstructor, NULL)); in main()
1008 …ASSERT(!JSValueIsInstanceOfConstructor(context, JSValueMakeNull(context), arrayConstructor, NULL)); in main()
1043 ASSERT(JSValueIsEqual(context, v, arrayConstructor, NULL)); in main()
/external/webkit/WebCore/inspector/
DJavaScriptProfileNode.cpp136 JSObjectRef arrayConstructor = JSValueToObject(ctx, arrayProperty, exception); in getChildren() local
140 JSObjectRef result = JSObjectCallAsConstructor(ctx, arrayConstructor, 0, 0, exception); in getChildren()
/external/webkit/JavaScriptCore/runtime/
DJSGlobalObject.cpp263 …JSCell* arrayConstructor = new (exec) ArrayConstructor(exec, ArrayConstructor::createStructure(d()… in reset() local
284 …>putDirectFunctionWithoutTransition(exec->propertyNames().constructor, arrayConstructor, DontEnum); in reset()
305 putDirectFunctionWithoutTransition(Identifier(exec, "Array"), arrayConstructor, DontEnum); in reset()
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-106372 (KJS::JSGlobalObject::arrayConstructor):