Home
last modified time | relevance | path

Searched defs:globalThisValue (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSInjectedScriptManager.cpp56 JSValue globalThisValue = scriptState->globalThisValue(); in createInjectedScript() local
/external/webkit/Source/JavaScriptCore/runtime/
DScopeChain.h129 ALWAYS_INLINE JSObject* ExecState::globalThisValue() const in globalThisValue() function