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 …]
37 Function.prototype.bind = function(thisObject) argument45 thisObject,
34 public static DisposeDuringInvokeDebuggee thisObject; field in DisposeDuringInvokeDebuggee69 thisObject = this; in run()
285 v8::Local<v8::Object> thisObject = info.This(); in FXJSE_V8_GenericNamedPropertyQueryCallback() local293 lpThisValue->ForceSetValue(thisObject); in FXJSE_V8_GenericNamedPropertyQueryCallback()308 v8::Local<v8::Object> thisObject = info.This(); in FXJSE_V8_GenericNamedPropertyDeleterCallback() local316 lpThisValue->ForceSetValue(thisObject); in FXJSE_V8_GenericNamedPropertyDeleterCallback()328 v8::Local<v8::Object> thisObject = info.This(); in FXJSE_V8_GenericNamedPropertyGetterCallback() local334 lpThisValue->ForceSetValue(thisObject); in FXJSE_V8_GenericNamedPropertyGetterCallback()347 v8::Local<v8::Object> thisObject = info.This(); in FXJSE_V8_GenericNamedPropertySetterCallback() local353 lpThisValue->ForceSetValue(thisObject); in FXJSE_V8_GenericNamedPropertySetterCallback()
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 ...