Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-api.h31 CHECK(isolate->external_callback_scope()); in CheckReturnValue()
32 CHECK_EQ(callback, isolate->external_callback_scope()->callback()); in CheckReturnValue()
/external/v8/src/
Dvm-state-inl.h61 previous_scope_(isolate->external_callback_scope()) { in ExternalCallbackScope()
Disolate.h914 THREAD_LOCAL_TOP_ACCESSOR(ExternalCallbackScope*, external_callback_scope) in THREAD_LOCAL_TOP_ACCESSOR() argument
Dframes.cc202 external_callback_scope_(isolate->external_callback_scope()) { in SafeStackFrameIterator()
/external/v8/src/profiler/
Dsampler.cc676 ExternalCallbackScope* scope = isolate->external_callback_scope(); in Init()