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.cpp223 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()
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()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp5225 auto verified = !verifyFunction(*func_, &llvm::errs()); in BuildIr() local