Searched defs:verified (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | js_refconvert_builtin.cpp | 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() 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/ |
| D | llvm_ir_constructor.cpp | 5225 auto verified = !verifyFunction(*func_, &llvm::errs()); in BuildIr() local
|