Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.h237 static JSTaggedValue ThisStringValue(JSThread *thread, JSTaggedValue value);
H A Dbuiltins_string.cpp2020 return ThisStringValue(argv->GetThread(), GetThis(argv).GetTaggedValue()); in ToString()
2114 return ThisStringValue(argv->GetThread(), GetThis(argv).GetTaggedValue()); in ValueOf()
2239 JSTaggedValue BuiltinsString::ThisStringValue(JSThread *thread, JSTaggedValue value) in ThisStringValue() function in BuiltinsString
2241 BUILTINS_API_TRACE(thread, String, ThisStringValue); in ThisStringValue()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h833 V(String, ThisStringValue) \

Completed in 8 milliseconds