Searched refs:ON_BAILOUT (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dapi.cc72 #define ON_BAILOUT(isolate, location, code) \ macro
258 * that call EnsureInitialized or ON_BAILOUT don't have to also call
259 * IsDeadCheck. ON_BAILOUT has the advantage over EnsureInitialized that you
262 * advantage over ON_BAILOUT that it actually initializes the VM if this has not
815 // to check for a dead VM with ON_BAILOUT before constructing any Neander
852 // to check for a dead VM with ON_BAILOUT before calling it. To remind you
1481 ON_BAILOUT(isolate, "v8::Script::New()", return Local<Script>());
1542 ON_BAILOUT(isolate, "v8::Script::Compile()", return Local<Script>());
1569 ON_BAILOUT(isolate, "v8::Script::Run()", return Local<Value>());
1614 ON_BAILOUT(isolat
[all...]

Completed in 123 milliseconds