Home
last modified time | relevance | path

Searched refs:external_callback_scope (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dvm-state-inl.h61 previous_scope_(isolate->external_callback_scope()) { in ExternalCallbackScope()
Dsampler.cc595 ExternalCallbackScope* scope = isolate->external_callback_scope(); in Init()
Disolate.h985 THREAD_LOCAL_TOP_ACCESSOR(ExternalCallbackScope*, external_callback_scope) in THREAD_LOCAL_TOP_ACCESSOR() argument
Dframes.cc201 external_callback_scope_(isolate->external_callback_scope()) { in SafeStackFrameIterator()
/external/v8/test/cctest/
Dtest-api.cc938 CHECK(isolate->external_callback_scope()); in CheckReturnValue()
939 CHECK_EQ(callback, isolate->external_callback_scope()->callback()); in CheckReturnValue()