Home
last modified time | relevance | path

Searched defs:Wrap (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert.h40 napi_value Wrap(InteropCtx *ctx, EtsObject *obj) in Wrap() function
Djs_convert_base.h95 static napi_value Wrap(napi_env env, cpptype etsVal) in Wrap() function
/arkcompiler/ets_frontend/ets2panda/ir/
DastDump.cpp229 void AstDumper::Wrap(const WrapperCb &cb, char delimStart, char delimEnd) in Wrap() function in ark::es2panda::ir::AstDumper
/arkcompiler/ets_frontend/es2panda/ir/
DastDump.cpp214 void AstDumper::Wrap(const WrapperCb &cb, char delimStart, char delimEnd) in Wrap() function in panda::es2panda::ir::AstDumper
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Ddebug_types.py72 class Wrap(Generic[T]): class
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.cpp63 napi_value EtsClassWrapper::Wrap(InteropCtx *ctx, EtsObject *etsObject) in Wrap() function in ark::ets::interop::js::ets_proxy::EtsClassWrapper
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp1018 JSVM_Status Wrap(JSVM_Env env, in Wrap() function