Home
last modified time | relevance | path

Searched refs:GetDebugEvent (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dpromise-utils.h19 static Object* GetDebugEvent(Handle<Context> context);
Dpromise-utils.cc25 Object* PromiseUtils::GetDebugEvent(Handle<Context> context) { in GetDebugEvent() function in v8::internal::PromiseUtils
/external/v8/src/builtins/
Dbuiltins-promise.cc52 handle(PromiseUtils::GetDebugEvent(context), isolate); in BUILTIN()