/external/webkit/JavaScriptCore/runtime/ |
D | Error.cpp | 47 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()
|
D | JSString.cpp | 72 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()
|
D | ArrayConstructor.cpp | 53 return new (exec) JSArray(exec->lexicalGlobalObject()->arrayStructure(), n); in constructArrayWithSizeQuirk() 57 return new (exec) JSArray(exec->lexicalGlobalObject()->arrayStructure(), args); in constructArrayWithSizeQuirk()
|
D | BooleanConstructor.cpp | 43 …BooleanObject* obj = new (exec) BooleanObject(exec->lexicalGlobalObject()->booleanObjectStructure(… in constructBoolean() 73 …BooleanObject* obj = new (exec) BooleanObject(exec->lexicalGlobalObject()->booleanObjectStructure(… in constructBooleanFromImmediateBoolean()
|
D | JSGlobalObject.h | 352 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()
|
D | StringConstructor.cpp | 67 return new (exec) StringObject(exec, exec->lexicalGlobalObject()->stringObjectStructure()); in constructWithStringConstructor() 68 …return new (exec) StringObject(exec, exec->lexicalGlobalObject()->stringObjectStructure(), args.at… in constructWithStringConstructor()
|
D | JSValue.cpp | 99 return exec->lexicalGlobalObject()->numberPrototype(); in synthesizePrototype() 101 return exec->lexicalGlobalObject()->booleanPrototype(); in synthesizePrototype()
|
D | RegExpObject.cpp | 118 return exec->lexicalGlobalObject()->regExpConstructor()->arrayOfMatches(exec); in exec() 136 RegExpConstructor* regExpConstructor = exec->lexicalGlobalObject()->regExpConstructor(); in match()
|
D | NumberObject.cpp | 46 …NumberObject* object = new (exec) NumberObject(exec->lexicalGlobalObject()->numberObjectStructure(… in constructNumber()
|
D | StringObjectThatMasqueradesAsUndefined.h | 36 createStructure(exec->lexicalGlobalObject()->stringPrototype()), string); in create()
|
D | JSFunction.cpp | 67 : Base(&exec->globalData(), exec->lexicalGlobalObject()->functionStructure(), name) in JSFunction() 206 structure = exec->lexicalGlobalObject()->emptyObjectStructure(); in construct()
|
D | PrototypeFunction.cpp | 36 …: InternalFunction(&exec->globalData(), exec->lexicalGlobalObject()->prototypeFunctionStructure(),… in PrototypeFunction()
|
D | Arguments.h | 131 : JSObject(callFrame->lexicalGlobalObject()->argumentsStructure()) in Arguments() 168 : JSObject(callFrame->lexicalGlobalObject()->argumentsStructure()) in Arguments()
|
/external/webkit/WebCore/bindings/js/ |
D | JSDOMWindowCustom.h | 48 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()
|
D | ScriptObject.cpp | 126 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()
|
D | JSHistoryCustom.cpp | 42 …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()
|
D | JSDOMBinding.cpp | 430 …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()
|
D | JSHTMLDocumentCustom.cpp | 123 Document* activeDocument = asJSDOMWindow(exec->lexicalGlobalObject())->impl()->document(); in open() 153 Document* activeDocument = asJSDOMWindow(exec->lexicalGlobalObject())->impl()->document(); in documentWrite()
|
D | JSGeolocationCustom.cpp | 52 Frame* frame = toJSDOMWindow(exec->lexicalGlobalObject())->impl()->frame(); in createPositionCallback() 69 Frame* frame = toJSDOMWindow(exec->lexicalGlobalObject())->impl()->frame(); in createPositionErrorCallback()
|
D | JSLocationCustom.cpp | 42 …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()
|
D | JSQuarantinedObjectWrapper.cpp | 61 , m_unwrappedGlobalObject(unwrappedExec->lexicalGlobalObject()) in JSQuarantinedObjectWrapper() 75 return m_unwrappedGlobalObject->profileGroup() == exec->lexicalGlobalObject()->profileGroup(); in allowsUnwrappedAccessFrom()
|
D | JSWorkerConstructor.cpp | 63 DOMWindow* window = asJSDOMWindow(exec->lexicalGlobalObject())->impl(); in constructWorker()
|
/external/webkit/JavaScriptCore/profiler/ |
D | Profiler.cpp | 66 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()
|
D | ProfileGenerator.cpp | 48 …: m_originatingGlobalExec(originatingExec ? originatingExec->lexicalGlobalObject()->globalExec() :… in ProfileGenerator() 49 , m_profileGroup(originatingExec ? originatingExec->lexicalGlobalObject()->profileGroup() : 0) in ProfileGenerator()
|
/external/webkit/JavaScriptCore/API/ |
D | JSObjectRef.cpp | 82 …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()
|