HomeSort by relevance Sort by last modified time
    Searched refs:thisRef (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/API/
JSCallbackObjectFunctions.h 92 JSObjectRef thisRef = toRef(this);
96 finalize(thisRef);
113 JSObjectRef thisRef = toRef(this);
122 if (hasProperty(ctx, thisRef, propertyNameRef.get())) {
133 value = getProperty(ctx, thisRef, propertyNameRef.get(), &exception);
193 JSObjectRef thisRef = toRef(this);
205 result = setProperty(ctx, thisRef, propertyNameRef.get(), valueRef, &exception);
224 result = setProperty(ctx, thisRef, propertyNameRef.get(), valueRef, &exception);
252 JSObjectRef thisRef = toRef(this);
263 result = deleteProperty(ctx, thisRef, propertyNameRef.get(), &exception)
    [all...]
  /dalvik/tests/003-omnibus-opcodes/src/
Classes.java 16 void checkCast(Object thisRef, Object moreRef, Object nullRef) {
22 classes = (Classes) thisRef;
23 assert(thisRef instanceof Classes);
29 assert(!(thisRef instanceof MoreClasses));
32 more = (MoreClasses) thisRef;
39 assert(!(thisRef instanceof MoreClasses));
43 java.math.RoundingMode mode = (java.math.RoundingMode) thisRef;
50 assert(!(thisRef instanceof java.math.BigDecimal));

Completed in 112 milliseconds