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 | 107 napi_ref StdCtorRef(InteropCtx *ctxx, char const *name) in StdCtorRef() 191 …[self = *this, wclass, descriptor](InteropCtx *ctxx, napi_value jsValue, bool verified = true) mut… in RegisterClassWithLeafMatcher() 279 EtsObject *MArray(InteropCtx *ctxx, napi_value jsValue, bool verified = true) in MArray() 292 EtsObject *MMap(InteropCtx *ctxx, napi_value jsValue, bool verified = true) in MMap() 305 EtsObject *MSet(InteropCtx *ctxx, napi_value jsValue, bool verified = true) in MSet() 318 EtsObject *MDate(InteropCtx *ctxx, napi_value jsValue, bool verified = true) in MDate() 337 EtsObject *MError(InteropCtx *ctxx, napi_value jsValue, bool verified = true) in MError() 368 EtsObject *MObjectObject(InteropCtx *ctxx, napi_value jsValue) in MObjectObject() 408 EtsObject *MObject(InteropCtx *ctxx, napi_value jsValue, bool verified = true) in MObject() 478 [self = *this](InteropCtx *ctxx, napi_value jsValue, bool verified = true) mutable { in Run() [all …]
|