Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_compare_op.cpp42 JSHandle<JSTaggedValue> leftHandle(thread, left); in EqualWithIC()
46 leftDouble = leftHandle.GetTaggedValue().GetNumber(); in EqualWithIC()
71 JSHandle<JSTaggedValue> leftHandle(thread, left); in EqualWithIC()
76 ret = EqualWithIC(thread, leftHandle.GetTaggedValue(), in EqualWithIC()
79 ret = EqualWithIC(thread, leftHandle.GetTaggedValue(), in EqualWithIC()
82 ret = EqualWithIC(thread, leftHandle.GetTaggedValue(), in EqualWithIC()
100 JSHandle<JSTaggedValue> leftHandle(thread, left); in EqualWithIC()
102 leftDouble = JSTaggedValue::ToNumber(thread, leftHandle).GetNumber(); in EqualWithIC()
117 JSHandle<JSTaggedValue> leftHandle(thread, left); in EqualWithIC()
122 ret = EqualWithIC(thread, leftHandle in EqualWithIC()
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_symbol.cpp98 JSHandle<EcmaString> leftHandle = JSHandle<EcmaString>::Cast(constants->GetHandledSymbolLeftParentheses()); in SymbolDescriptiveString() local
100 JSHandle<EcmaString> str = factory->ConcatFromString(leftHandle, rightHandle); in SymbolDescriptiveString()
106 JSHandle<EcmaString> leftHandle = JSHandle<EcmaString>::Cast(constants->GetHandledSymbolLeftParentheses()); in SymbolDescriptiveString() local
109 factory->ConcatFromString(leftHandle, JSTaggedValue::ToString(thread, descHandle)); in SymbolDescriptiveString()

Completed in 2 milliseconds