Home
last modified time | relevance | path

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

/third_party/node/src/
H A Djsvm_types.h122 typedef struct JSVM_HandleScope__* JSVM_HandleScope; typedef
H A Djsvm.h527 JSVM_HandleScope* result);
539 JSVM_HandleScope scope);
H A Djs_native_api_v8.cc462 inline JSVM_HandleScope JsHandleScopeFromV8HandleScope(HandleScopeWrapper* s) { in JsHandleScopeFromV8HandleScope()
463 return reinterpret_cast<JSVM_HandleScope>(s); in JsHandleScopeFromV8HandleScope()
466 inline HandleScopeWrapper* V8HandleScopeFromJsHandleScope(JSVM_HandleScope s) { in V8HandleScopeFromJsHandleScope()
4032 JSVM_HandleScope* result) {
4045 JSVM_HandleScope scope) {

Completed in 12 milliseconds