HomeSort by relevance Sort by last modified time
    Searched defs:globalThisValue (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/bindings/js/
JSInjectedScriptHostCustom.cpp 83 JSValue globalThisValue = scriptState->globalThisValue();
84 Completion comp = JSC::evaluate(scriptState, globalObject->globalScopeChain(), sourceCode, globalThisValue);
95 args.append(globalThisValue);
97 JSValue result = JSC::call(scriptState, functionValue, callType, callData, globalThisValue, args);
  /external/webkit/JavaScriptCore/interpreter/
CallFrame.h 63 JSObject* globalThisValue() const

Completed in 153 milliseconds