Home
last modified time | relevance | path

Searched defs:thisObject (Results 1 – 4 of 4) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DDisposeDuringInvokeDebuggee.java34 public static DisposeDuringInvokeDebuggee thisObject; field in DisposeDuringInvokeDebuggee
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DThisObjectTest.java131 TaggedObject thisObject = reply.getNextValueAsTaggedObject(); in testThisObjectTest001() local
/external/pdfium/fxjs/
Dcfxjse_class.cpp229 v8::Local<v8::Object> thisObject = info.This(); in NamedPropertyQueryCallback() local
250 v8::Local<v8::Object> thisObject = info.This(); in NamedPropertyDeleterCallback() local
267 v8::Local<v8::Object> thisObject = info.This(); in NamedPropertyGetterCallback() local
285 v8::Local<v8::Object> thisObject = info.This(); in NamedPropertySetterCallback() local
/external/v8/src/inspector/
Dv8-function-call.cc78 v8::Local<v8::Object> thisObject = v8::Local<v8::Object>::Cast(m_value); in callWithoutExceptionHandling() local