Searched defs:ctxx (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | js_refconvert_builtin.cpp | 99 napi_ref StdCtorRef(InteropCtx *ctxx, char const *name) in StdCtorRef() 223 EtsObject *MArray(InteropCtx *ctxx, napi_value jsValue, bool verified = true) in MArray() 236 EtsObject *MError(InteropCtx *ctxx, napi_value jsValue, bool verified = true) in MError() 261 EtsObject *MObjectObject(InteropCtx *ctxx, napi_value jsValue) in MObjectObject() 297 EtsObject *MObject(InteropCtx *ctxx, napi_value jsValue, bool verified = true) in MObject() 357 [self = *this](InteropCtx *ctxx, napi_value jsValue, bool verified = true) mutable { in Run() 363 [self = *this](InteropCtx *ctxx, napi_value jsValue, bool verified = true) mutable { in Run() 369 [self = *this](InteropCtx *ctxx, napi_value jsValue, bool verified = true) mutable { in Run()
|