Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
H A Ddebug-scope-iterator.cc17 v8::Isolate* v8_isolate, v8::Local<v8::Function> v8_func) { in CreateForFunction()
19 internal::Handle<internal::JSReceiver>::cast(Utils::OpenHandle(*v8_func)); in CreateForFunction()
21 // Besides JSFunction and JSBoundFunction, {v8_func} could be an in CreateForFunction()
16 CreateForFunction( v8::Isolate* v8_isolate, v8::Local<v8::Function> v8_func) CreateForFunction() argument
/third_party/node/src/
H A Dnode_api.cc1322 v8::Local<v8::Function> v8_func; in jsvm_create_threadsafe_function() local
1326 CHECK_TO_FUNCTION(env, v8_func, func); in jsvm_create_threadsafe_function()
1342 new v8impl::ThreadSafeFunction(v8_func, in jsvm_create_threadsafe_function()

Completed in 3 milliseconds