Home
last modified time | relevance | path

Searched refs:expectType (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbuiltins_lowering.cpp295 JSType expectType = JSType::INVALID; in LowerCallTargetCheckWithDetector() local
299 expectType = JSType::JS_MAP; in LowerCallTargetCheckWithDetector()
304 expectType = JSType::JS_SET; in LowerCallTargetCheckWithDetector()
309 expectType = JSType::STRING_FIRST; in LowerCallTargetCheckWithDetector()
314 expectType = JSType::JS_ARRAY; in LowerCallTargetCheckWithDetector()
319 expectType = JSType::JS_TYPED_ARRAY_FIRST; in LowerCallTargetCheckWithDetector()
331 .And(builder_.IsSpecificObjectType(obj, expectType)) in LowerCallTargetCheckWithDetector()
338 JSType expectType = JSType::INVALID; in LowerCallTargetCheckWithObjectType() local
344 expectType = JSType::JS_MAP; in LowerCallTargetCheckWithObjectType()
351 expectType in LowerCallTargetCheckWithObjectType()
[all...]
H A Dmcr_lowering.cpp232 JSType expectType = static_cast<JSType>(acc_.GetJSType(gate)); in LowerIsSpecificObjectType() local
235 switch (expectType) { in LowerIsSpecificObjectType()

Completed in 4 milliseconds