Searched defs:thisObject (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8Callback.cpp44 bool invokeCallback(v8::Handle<v8::Object> callback, v8::Handle<v8::Object> thisObject, int argc, v8::Handle<v8::Value> argv[], bool& callbackReturnValue, ScriptExecutionContext* scriptExecutionContext) argument
62 v8::Handle<v8::Value> result = ScriptController::callFunctionWithInstrumentation(scriptExecutionContext, callbackFunction, thisObject, argc, argv);
H A DV8MutationCallback.cpp76 v8::Handle<v8::Object> thisObject = v8::Handle<v8::Object>::Cast(observerHandle);
81 ScriptController::callFunctionWithInstrumentation(scriptExecutionContext(), callback, thisObject, 2, argv); local
H A DScriptFunctionCall.cpp109 ScriptFunctionCall::ScriptFunctionCall(const ScriptObject& thisObject, const String& name) argument
110 : ScriptCallArgumentHandler(thisObject.scriptState())
111 , m_thisObject(thisObject)
120 v8::Handle<v8::Object> thisObject = m_thisObject.v8Object(); local
121 v8::Local<v8::Value> value = thisObject->Get(v8String(m_name, m_scriptState->isolate()));
136 v8::Local<v8::Value> result = V8ScriptRunner::callFunction(function, getScriptExecutionContext(), thisObject, m_arguments.size(), args.get());
155 v8::Handle<v8::Object> thisObject = m_thisObject.v8Object(); local
156 v8::Local<v8::Value> value = thisObject->Get(v8String(m_name, m_scriptState->isolate()));
H A DV8LazyEventListener.cpp183 v8::Local<v8::Object> thisObject = v8::Object::New(); local
184 if (thisObject.IsEmpty())
186 if (!thisObject->ForceSet(v8::Integer::New(0, isolate), nodeWrapper))
188 if (!thisObject->ForceSet(v8::Integer::New(1, isolate), formWrapper))
190 if (!thisObject->ForceSet(v8::Integer::New(2, isolate), documentWrapper))
194 v8::Local<v8::Value> innerValue = V8ScriptRunner::callInternalFunction(intermediateFunction, thisObject, 0, 0, isolate);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DActiveDOMObject.h65 template<class T> void setPendingActivity(T* thisObject) argument
67 ASSERT(thisObject == this);
68 thisObject->ref();
72 template<class T> void unsetPendingActivity(T* thisObject) argument
76 thisObject->deref();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DJavaScriptCallFrame.cpp117 v8::Handle<v8::Value> JavaScriptCallFrame::thisObject() const function in class:WebCore::JavaScriptCallFrame
119 return m_callFrame.newLocal(m_isolate)->Get(v8::String::NewSymbol("thisObject"));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 125 milliseconds