Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_symbol.h42 static JSTaggedValue ThisSymbolValue(JSThread *thread, const JSHandle<JSTaggedValue> &value);
Dbuiltins_symbol.cpp231 return ThisSymbolValue(thread, s); in DescriptionGetter()
234 JSTaggedValue BuiltinsSymbol::ThisSymbolValue(JSThread *thread, const JSHandle<JSTaggedValue> &valu… in ThisSymbolValue() function in panda::ecmascript::builtins::BuiltinsSymbol
236 BUILTINS_API_TRACE(thread, Symbol, ThisSymbolValue); in ThisSymbolValue()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h730 V(Symbol, ThisSymbolValue) \