Home
last modified time | relevance | path

Searched refs:ThisStringValue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.h118 static JSTaggedValue ThisStringValue(JSThread *thread, JSTaggedValue value);
Dbuiltins_string.cpp1675 return ThisStringValue(argv->GetThread(), GetThis(argv).GetTaggedValue()); in ToString()
1769 return ThisStringValue(argv->GetThread(), GetThis(argv).GetTaggedValue()); in ValueOf()
1894 JSTaggedValue BuiltinsString::ThisStringValue(JSThread *thread, JSTaggedValue value) in ThisStringValue() function in panda::ecmascript::builtins::BuiltinsString
1896 BUILTINS_API_TRACE(thread, String, ThisStringValue); in ThisStringValue()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h722 V(String, ThisStringValue) \