Searched refs:thisObject (Results 1 – 9 of 9) 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 …]
77 v8::Local<v8::Object> thisObject = v8::Local<v8::Object>::Cast(m_value); in callWithoutExceptionHandling() local79 if (!thisObject->Get(m_context, m_name).ToLocal(&value)) in callWithoutExceptionHandling()100 m_context, thisObject, static_cast<int>(m_arguments.size()), info.get()); in callWithoutExceptionHandling()
270 var thisObject = frameDetails.receiver();393 "this": thisObject,521 "thisObject": thisObject,
34 public static DisposeDuringInvokeDebuggee thisObject; field in DisposeDuringInvokeDebuggee71 thisObject = this; in run()
229 v8::Local<v8::Object> thisObject = info.This(); in NamedPropertyQueryCallback() local238 lpThisValue->ForceSetValue(thisObject); in NamedPropertyQueryCallback()250 v8::Local<v8::Object> thisObject = info.This(); in NamedPropertyDeleterCallback() local259 lpThisValue->ForceSetValue(thisObject); in NamedPropertyDeleterCallback()267 v8::Local<v8::Object> thisObject = info.This(); in NamedPropertyGetterCallback() local274 lpThisValue->ForceSetValue(thisObject); in NamedPropertyGetterCallback()285 v8::Local<v8::Object> thisObject = info.This(); in NamedPropertySetterCallback() local292 lpThisValue->ForceSetValue(thisObject); in NamedPropertySetterCallback()
122 public Object invoke(final Object thisObject, final Method method, final Object[] args) in bindFinder()142 return method.invoke(thisObject, args); in bindFinder()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...