Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dslowpath_lowering.cpp2825 GateRef gConstUndefinedStr = builder_.Load(VariableType::JS_POINTER(), gConstAddr, undefinedIndex); in LowerTypeof() local
2826 DEFVALUE(result, (&builder_), VariableType::JS_POINTER(), gConstUndefinedStr); in LowerTypeof()
H A Dstub_builder.cpp5414 GateRef gConstUndefinedStr = Load(VariableType::JS_POINTER(), gConstAddr, undefinedIndex); in FastTypeOf() local
5415 DEFVARIABLE(result, VariableType::JS_POINTER(), gConstUndefinedStr); in FastTypeOf()

Completed in 26 milliseconds