Home
last modified time | relevance | path

Searched defs:returnVal (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_helper.h48 #define CROSS_THREAD_AND_EXCEPTION_CHECK_WITH_RETURN(vm, returnVal) \ argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.h393 napi_value returnVal; in DoCallJsFunction() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp514 Stmt &LMIRBuilder::Return(Expr returnVal) in Return()