Home
last modified time | relevance | path

Searched refs:lexicalGlobalObject (Results 1 – 25 of 50) sorted by relevance

12

/external/webkit/JavaScriptCore/runtime/
DError.cpp47 constructor = exec->lexicalGlobalObject()->evalErrorConstructor(); in create()
51 constructor = exec->lexicalGlobalObject()->rangeErrorConstructor(); in create()
55 constructor = exec->lexicalGlobalObject()->referenceErrorConstructor(); in create()
59 constructor = exec->lexicalGlobalObject()->syntaxErrorConstructor(); in create()
63 constructor = exec->lexicalGlobalObject()->typeErrorConstructor(); in create()
67 constructor = exec->lexicalGlobalObject()->URIErrorConstructor(); in create()
71 constructor = exec->lexicalGlobalObject()->errorConstructor(); in create()
DJSString.cpp72 return new (exec) StringObject(exec->lexicalGlobalObject()->stringObjectStructure(), string); in create()
92 slot.setValue(exec->lexicalGlobalObject()->stringPrototype()); in getOwnPropertySlot()
97 …for (JSValue prototype = exec->lexicalGlobalObject()->stringPrototype(); !prototype.isNull(); prot… in getOwnPropertySlot()
DArrayConstructor.cpp53 return new (exec) JSArray(exec->lexicalGlobalObject()->arrayStructure(), n); in constructArrayWithSizeQuirk()
57 return new (exec) JSArray(exec->lexicalGlobalObject()->arrayStructure(), args); in constructArrayWithSizeQuirk()
DBooleanConstructor.cpp43 …BooleanObject* obj = new (exec) BooleanObject(exec->lexicalGlobalObject()->booleanObjectStructure(… in constructBoolean()
73 …BooleanObject* obj = new (exec) BooleanObject(exec->lexicalGlobalObject()->booleanObjectStructure(… in constructBooleanFromImmediateBoolean()
DJSGlobalObject.h352 return exec->lexicalGlobalObject()->stringPrototype(); in prototypeForLookup()
355 return exec->lexicalGlobalObject()->numberPrototype(); in prototypeForLookup()
358 return exec->lexicalGlobalObject()->stringPrototype(); in prototypeForLookup()
390 if (this == lexicalGlobalObject()->globalExec()) in dynamicGlobalObject()
391 return lexicalGlobalObject(); in dynamicGlobalObject()
DStringConstructor.cpp67 return new (exec) StringObject(exec, exec->lexicalGlobalObject()->stringObjectStructure()); in constructWithStringConstructor()
68 …return new (exec) StringObject(exec, exec->lexicalGlobalObject()->stringObjectStructure(), args.at… in constructWithStringConstructor()
DJSValue.cpp99 return exec->lexicalGlobalObject()->numberPrototype(); in synthesizePrototype()
101 return exec->lexicalGlobalObject()->booleanPrototype(); in synthesizePrototype()
DRegExpObject.cpp118 return exec->lexicalGlobalObject()->regExpConstructor()->arrayOfMatches(exec); in exec()
136 RegExpConstructor* regExpConstructor = exec->lexicalGlobalObject()->regExpConstructor(); in match()
DNumberObject.cpp46 …NumberObject* object = new (exec) NumberObject(exec->lexicalGlobalObject()->numberObjectStructure(… in constructNumber()
DStringObjectThatMasqueradesAsUndefined.h36 createStructure(exec->lexicalGlobalObject()->stringPrototype()), string); in create()
DJSFunction.cpp67 : Base(&exec->globalData(), exec->lexicalGlobalObject()->functionStructure(), name) in JSFunction()
206 structure = exec->lexicalGlobalObject()->emptyObjectStructure(); in construct()
DPrototypeFunction.cpp36 …: InternalFunction(&exec->globalData(), exec->lexicalGlobalObject()->prototypeFunctionStructure(),… in PrototypeFunction()
DArguments.h131 : JSObject(callFrame->lexicalGlobalObject()->argumentsStructure()) in Arguments()
168 : JSObject(callFrame->lexicalGlobalObject()->argumentsStructure()) in Arguments()
/external/webkit/WebCore/bindings/js/
DJSDOMWindowCustom.h48 if (allowsAccessFromPrivate(exec->lexicalGlobalObject())) in allowsAccessFrom()
50 printErrorMessage(crossDomainAccessErrorMessage(exec->lexicalGlobalObject())); in allowsAccessFrom()
56 return allowsAccessFromPrivate(exec->lexicalGlobalObject()); in allowsAccessFromNoErrorMessage()
61 if (allowsAccessFromPrivate(exec->lexicalGlobalObject())) in allowsAccessFrom()
63 message = crossDomainAccessErrorMessage(exec->lexicalGlobalObject()); in allowsAccessFrom()
DScriptObject.cpp126 scriptState->lexicalGlobalObject()->putDirect(Identifier(scriptState, name), value.jsObject()); in set()
134 …OMGlobalObject* globalObject = static_cast<JSDOMGlobalObject*>(scriptState->lexicalGlobalObject()); in set()
143 …JSValue jsValue = scriptState->lexicalGlobalObject()->get(scriptState, Identifier(scriptState, nam… in get()
157 scriptState->lexicalGlobalObject()->deleteProperty(scriptState, Identifier(scriptState, name)); in remove()
DJSHistoryCustom.cpp42 …return new (exec) NativeFunctionWrapper(exec, exec->lexicalGlobalObject()->prototypeFunctionStruct… in nonCachingStaticBackFunctionGetter()
47 …return new (exec) NativeFunctionWrapper(exec, exec->lexicalGlobalObject()->prototypeFunctionStruct… in nonCachingStaticForwardFunctionGetter()
52 …return new (exec) NativeFunctionWrapper(exec, exec->lexicalGlobalObject()->prototypeFunctionStruct… in nonCachingStaticGoFunctionGetter()
DJSDOMBinding.cpp430 …xt* scriptExecutionContext = static_cast<JSDOMGlobalObject*>(exec->lexicalGlobalObject())->scriptE… in reportException()
528 return asJSDOMWindow(exec->lexicalGlobalObject())->impl()->frame(); in toLexicalFrame()
553 …return new (exec) NativeFunctionWrapper(exec, exec->lexicalGlobalObject()->prototypeFunctionStruct… in objectToStringFunctionGetter()
571 …return getCachedDOMStructure(static_cast<JSDOMGlobalObject*>(exec->lexicalGlobalObject()), classIn… in getCachedDOMStructure()
576 …return cacheDOMStructure(static_cast<JSDOMGlobalObject*>(exec->lexicalGlobalObject()), structure, … in cacheDOMStructure()
581 …JSDOMConstructorMap& constructors = static_cast<JSDOMGlobalObject*>(exec->lexicalGlobalObject())->… in getCachedDOMConstructor()
587 …JSDOMConstructorMap& constructors = static_cast<JSDOMGlobalObject*>(exec->lexicalGlobalObject())->… in cacheDOMConstructor()
DJSHTMLDocumentCustom.cpp123 Document* activeDocument = asJSDOMWindow(exec->lexicalGlobalObject())->impl()->document(); in open()
153 Document* activeDocument = asJSDOMWindow(exec->lexicalGlobalObject())->impl()->document(); in documentWrite()
DJSGeolocationCustom.cpp52 Frame* frame = toJSDOMWindow(exec->lexicalGlobalObject())->impl()->frame(); in createPositionCallback()
69 Frame* frame = toJSDOMWindow(exec->lexicalGlobalObject())->impl()->frame(); in createPositionErrorCallback()
DJSLocationCustom.cpp42 …return new (exec) NativeFunctionWrapper(exec, exec->lexicalGlobalObject()->prototypeFunctionStruct… in nonCachingStaticReplaceFunctionGetter()
47 …return new (exec) NativeFunctionWrapper(exec, exec->lexicalGlobalObject()->prototypeFunctionStruct… in nonCachingStaticReloadFunctionGetter()
52 …return new (exec) NativeFunctionWrapper(exec, exec->lexicalGlobalObject()->prototypeFunctionStruct… in nonCachingStaticAssignFunctionGetter()
DJSQuarantinedObjectWrapper.cpp61 , m_unwrappedGlobalObject(unwrappedExec->lexicalGlobalObject()) in JSQuarantinedObjectWrapper()
75 return m_unwrappedGlobalObject->profileGroup() == exec->lexicalGlobalObject()->profileGroup(); in allowsUnwrappedAccessFrom()
DJSWorkerConstructor.cpp63 DOMWindow* window = asJSDOMWindow(exec->lexicalGlobalObject())->impl(); in constructWorker()
/external/webkit/JavaScriptCore/profiler/
DProfiler.cpp66 ExecState* globalExec = exec ? exec->lexicalGlobalObject()->globalExec() : 0; in startProfiling()
81 ExecState* globalExec = exec ? exec->lexicalGlobalObject()->globalExec() : 0; in stopProfiling()
111 … createCallIdentifier(&exec->globalData(), function, "", 0), exec->lexicalGlobalObject()->profileG… in willExecute()
120 …entProfiles, &ProfileGenerator::willExecute, callIdentifier, exec->lexicalGlobalObject()->profileG… in willExecute()
127 … createCallIdentifier(&exec->globalData(), function, "", 0), exec->lexicalGlobalObject()->profileG… in didExecute()
134 …ec->globalData(), JSValue(), sourceURL, startingLineNumber), exec->lexicalGlobalObject()->profileG… in didExecute()
DProfileGenerator.cpp48 …: m_originatingGlobalExec(originatingExec ? originatingExec->lexicalGlobalObject()->globalExec() :… in ProfileGenerator()
49 , m_profileGroup(originatingExec ? originatingExec->lexicalGlobalObject()->profileGroup() : 0) in ProfileGenerator()
/external/webkit/JavaScriptCore/API/
DJSObjectRef.cpp82 …return toRef(new (exec) JSObject(exec->lexicalGlobalObject()->emptyObjectStructure())); // slightl… in JSObjectMake()
84 …bject>* object = new (exec) JSCallbackObject<JSObject>(exec, exec->lexicalGlobalObject()->callback… in JSObjectMake()
110 jsPrototype = exec->lexicalGlobalObject()->objectPrototype(); in JSObjectMakeConstructor()
112 …JSCallbackConstructor* constructor = new (exec) JSCallbackConstructor(exec->lexicalGlobalObject()-… in JSObjectMakeConstructor()

12