Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/api/
H A Dapi-macros-undef.h13 #undef ENTER_V8 macro
H A Dapi-macros.h16 * ENTER_V8, ENTER_V8_NO_SCRIPT, ENTER_V8_NO_SCRIPT_NO_EXCEPTION.
29 * in a similar fashion to ENTER_V8.
34 * TODO(verwaest): All API methods should invoke one of the ENTER_V8* macros.
79 #define ENTER_V8(isolate, context, class_name, function_name, bailout_value, \ macro
H A Dapi.cc2102 ENTER_V8(isolate, context, Script, Run, MaybeLocal<Value>(), in Run()
2397 ENTER_V8(isolate, context, Module, InstantiateModule, Nothing<bool>(), in InstantiateModule()
2408 ENTER_V8(isolate, context, Module, Evaluate, MaybeLocal<Value>(), in Evaluate()
3372 ENTER_V8(isolate, context, ValueSerializer, WriteValue, Nothing<bool>(), in WriteValue()
4153 ENTER_V8(isolate, context, Value, NumberValue, Nothing<double>(), in NumberValue()
4167 ENTER_V8(isolate, context, Value, IntegerValue, Nothing<int64_t>(), in IntegerValue()
4179 ENTER_V8(isolate, context, Value, Int32Value, Nothing<int32_t>(), in Int32Value()
4192 ENTER_V8(isolate, context, Value, Uint32Value, Nothing<uint32_t>(), in Uint32Value()
4228 ENTER_V8(isolate, context, Value, Equals, Nothing<bool>(), i::HandleScope); in Equals()
4259 ENTER_V8(isolat in InstanceOf()
[all...]

Completed in 17 milliseconds