Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dshared_builtins.cpp852 factory_->NewSWellKnownSymbolWithChar("Symbol.hasInstance")); in InitializeSSymbolAttributes()
854 factory_->NewSWellKnownSymbolWithChar("Symbol.isConcatSpreadable")); in InitializeSSymbolAttributes()
856 factory_->NewSWellKnownSymbolWithChar("Symbol.toStringTag")); in InitializeSSymbolAttributes()
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.h889 JSHandle<JSSymbol> NewSWellKnownSymbolWithChar(std::string_view description);
H A Dshared_object_factory.cpp704 JSHandle<JSSymbol> ObjectFactory::NewSWellKnownSymbolWithChar(std::string_view description) in NewSWellKnownSymbolWithChar() function in panda::ecmascript::ObjectFactory

Completed in 6 milliseconds