Searched refs:thisObject (Results 1 – 7 of 7) sorted by relevance
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | ThisObjectTest.java | 131 TaggedObject thisObject = reply.getNextValueAsTaggedObject(); in testThisObjectTest001() local 133 logWriter.println("==> tag=" + thisObject.tag + "(" in testThisObjectTest001() 134 + JDWPConstants.Tag.getName(thisObject.tag) + ")"); in testThisObjectTest001() 135 logWriter.println("==> id=" + thisObject.objectID); in testThisObjectTest001() 136 if (thisObject.objectID != 0) { in testThisObjectTest001() 137 long classID = getObjectReferenceType(thisObject.objectID); in testThisObjectTest001() 144 if (thisObject.objectID == 0) { in testThisObjectTest001() 151 if ( knownMethodsThisObject != thisObject.objectID ) { in testThisObjectTest001() 160 knownMethodsThisObject = thisObject.objectID; in testThisObjectTest001() 163 if (thisObject.tag != JDWPConstants.Tag.OBJECT_TAG) { in testThisObjectTest001() [all …]
|
/external/v8/src/inspector/ |
D | v8-function-call.cc | 78 v8::Local<v8::Object> thisObject = v8::Local<v8::Object>::Cast(m_value); in callWithoutExceptionHandling() local 80 if (!thisObject->Get(m_context, m_name).ToLocal(&value)) in callWithoutExceptionHandling() 101 m_context, thisObject, static_cast<int>(m_arguments.size()), info.get()); in callWithoutExceptionHandling()
|
D | debugger-script.js | 222 var thisObject = frameDetails.receiver(); 345 "this": thisObject, 443 "thisObject": thisObject,
|
/external/pdfium/fxjs/ |
D | cfxjse_class.cpp | 166 v8::Local<v8::Object> thisObject = info.Holder(); in NamedPropertyQueryCallback() local 174 lpThisValue->ForceSetValue(thisObject); in NamedPropertyQueryCallback() 186 v8::Local<v8::Object> thisObject = info.Holder(); in NamedPropertyGetterCallback() local 192 lpThisValue->ForceSetValue(thisObject); in NamedPropertyGetterCallback() 203 v8::Local<v8::Object> thisObject = info.Holder(); in NamedPropertySetterCallback() local 209 lpThisValue->ForceSetValue(thisObject); in NamedPropertySetterCallback()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | DisposeDuringInvokeDebuggee.java | 34 public static DisposeDuringInvokeDebuggee thisObject; field in DisposeDuringInvokeDebuggee 71 thisObject = this; in run()
|
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/ |
D | JpaPersistModule.java | 122 public Object invoke(final Object thisObject, final Method method, final Object[] args) in bindFinder() 142 return method.invoke(thisObject, args); in bindFinder()
|
/external/oj-libjdwp/src/share/back/ |
D | StackFrameImpl.c | 338 thisObject(PacketInputStream *in, PacketOutputStream *out) in thisObject() function 464 ,(void *)thisObject
|