Home
last modified time | relevance | path

Searched refs:IsCompilerNoCheck (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnative_inline_lowering.h36 nocheck_(ctx->GetEcmaVM()->GetJSOptions().IsCompilerNoCheck()), in NativeInlineLowering()
Dts_inline_lowering.h65 noCheck_(ctx->GetEcmaVM()->GetJSOptions().IsCompilerNoCheck()), in TSInlineLowering()
Dtyped_bytecode_lowering.h56 noCheck_(ctx->GetEcmaVM()->GetJSOptions().IsCompilerNoCheck()), in TypedBytecodeLowering()
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h1335 bool IsCompilerNoCheck() const in IsCompilerNoCheck() function