Home
last modified time | relevance | path

Searched refs:LastEnteredContextWas (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/api/
Dapi.h357 inline bool LastEnteredContextWas(Context context);
470 bool HandleScopeImplementer::LastEnteredContextWas(Context context) { in LastEnteredContextWas() function
Dapi.cc1205 if (!Utils::ApiCheck(impl->LastEnteredContextWas(*env), "v8::Context::Exit()", in Exit()