Searched refs:thisObject (Results 1 – 8 of 8) sorted by relevance
131 TaggedObject thisObject = reply.getNextValueAsTaggedObject(); in testThisObjectTest001() local133 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 …]
80 v8::Local<v8::Object> thisObject = v8::Local<v8::Object>::Cast(m_value); in callWithoutExceptionHandling() local82 if (!thisObject->Get(m_context, m_name).ToLocal(&value)) in callWithoutExceptionHandling()104 m_context, thisObject, static_cast<int>(m_arguments.size()), info.get()); in callWithoutExceptionHandling()
50 private ObjectReference thisObject = null; field in StackFrameImpl118 public ObjectReference thisObject() { in thisObject() method in StackFrameImpl124 if (thisObject == null) { in thisObject()136 thisObject = JDWP.StackFrame.ThisObject. in thisObject()150 return thisObject; in thisObject()
166 v8::Local<v8::Object> thisObject = info.Holder(); in NamedPropertyQueryCallback() local174 lpThisValue->ForceSetValue(thisObject); in NamedPropertyQueryCallback()186 v8::Local<v8::Object> thisObject = info.Holder(); in NamedPropertyGetterCallback() local192 lpThisValue->ForceSetValue(thisObject); in NamedPropertyGetterCallback()203 v8::Local<v8::Object> thisObject = info.Holder(); in NamedPropertySetterCallback() local209 lpThisValue->ForceSetValue(thisObject); in NamedPropertySetterCallback()
34 public static DisposeDuringInvokeDebuggee thisObject; field in DisposeDuringInvokeDebuggee71 thisObject = this; in run()
123 public Object invoke(final Object thisObject, final Method method, final Object[] args) in bindFinder()147 return method.invoke(thisObject, args); in bindFinder()
104 ObjectReference thisObject(); in thisObject() method
338 thisObject(PacketInputStream *in, PacketOutputStream *out) in thisObject() function464 ,(void *)thisObject