Home
last modified time | relevance | path

Searched refs:JSVM_VMScope (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Djsvm_types.h72 typedef struct JSVM_VMScope__* JSVM_VMScope; typedef
Djsvm.h139 JSVM_VMScope* result);
150 JSVM_VMScope scope);
Djs_native_api_v8.cc1380 JSVM_Status JSVM_CDECL OH_JSVM_OpenVMScope(JSVM_VM vm, JSVM_VMScope* result) { in OH_JSVM_OpenVMScope()
1383 *result = reinterpret_cast<JSVM_VMScope>(scope); in OH_JSVM_OpenVMScope()
1388 OH_JSVM_CloseVMScope(JSVM_VM vm, JSVM_VMScope scope) { in OH_JSVM_CloseVMScope()