Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dmessages.cc156 v8::Local<v8::Value> api_exception_obj = v8::Utils::ToLocal(exception); in ReportMessage() local
157 ReportMessageNoExceptions(isolate, loc, message, api_exception_obj); in ReportMessage()
162 v8::Local<v8::Value> api_exception_obj) { in ReportMessageNoExceptions() argument
193 ? api_exception_obj in ReportMessageNoExceptions()
Dmessages.h162 v8::Local<v8::Value> api_exception_obj);