Searched defs:calling (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/
H A Dapi.cc4482 // Convert the key to a name - possibly by calling back into JavaScript.
7793 i::Handle<i::Object> calling = isolate->GetCallingNativeContext(); local
7794 if (calling.is_null()) return Local<Context>();
7795 return Utils::ToLocal(i::Handle<i::Context>::cast(calling));
8798 i::Handle<i::Object> calling = i_isolate->GetCallingNativeContext();
8799 if (calling.is_null()) return MaybeLocal<Context>();
8800 return Utils::ToLocal(i::Handle<i::Context>::cast(calling));
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 135 milliseconds