Home
last modified time | relevance | path

Searched refs:leftHandle (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_compare_op.cpp50 JSHandle<JSTaggedValue> leftHandle(thread, left); in EqualWithIC() local
54 leftDouble = leftHandle.GetTaggedValue().GetNumber(); in EqualWithIC()
79 JSHandle<JSTaggedValue> leftHandle(thread, left); in EqualWithIC() local
84 ret = EqualWithIC(thread, leftHandle.GetTaggedValue(), in EqualWithIC()
87 ret = EqualWithIC(thread, leftHandle.GetTaggedValue(), in EqualWithIC()
90 ret = EqualWithIC(thread, leftHandle.GetTaggedValue(), in EqualWithIC()
108 JSHandle<JSTaggedValue> leftHandle(thread, left); in EqualWithIC() local
110 leftDouble = JSTaggedValue::ToNumber(thread, leftHandle).GetNumber(); in EqualWithIC()
125 JSHandle<JSTaggedValue> leftHandle(thread, left); in EqualWithIC() local
130 ret = EqualWithIC(thread, leftHandle.GetTaggedValue(), in EqualWithIC()
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_symbol.cpp101 JSHandle<EcmaString> leftHandle(factory->NewFromASCII("Symbol(")); in SymbolDescriptiveString() local
103 JSHandle<EcmaString> str = factory->ConcatFromString(leftHandle, rightHandle); in SymbolDescriptiveString()
109 JSHandle<EcmaString> leftHandle(factory->NewFromASCII("Symbol(")); in SymbolDescriptiveString() local
112 factory->ConcatFromString(leftHandle, JSTaggedValue::ToString(thread, descHandle)); in SymbolDescriptiveString()