Home
last modified time | relevance | path

Searched defs:verified (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert_builtin.cpp191 …[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()
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()
484 [self = *this](InteropCtx *ctxx, napi_value jsValue, bool verified = true) mutable { in Run()
490 [self = *this](InteropCtx *ctxx, napi_value jsValue, bool verified = true) mutable { in Run()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp5202 auto verified = !verifyFunction(*func_, &llvm::errs()); in BuildIr() local