Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_object.h229 static JSTaggedValue GetBuiltinObjectToString(JSThread *thread, const JSHandle<JSObject> &object);
H A Dbuiltins_object.cpp899 JSTaggedValue BuiltinsObject::GetBuiltinObjectToString(JSThread *thread, const JSHandle<JSObject> &object) in GetBuiltinObjectToString() function in panda::ecmascript::builtins::BuiltinsObject
901 BUILTINS_API_TRACE(thread, Object, GetBuiltinObjectToString); in GetBuiltinObjectToString()
976 return GetBuiltinObjectToString(thread, object); in ToString()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h674 V(Object, GetBuiltinObjectToString) \

Completed in 5 milliseconds