Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_symbol.cpp162 JSHandle<JSSymbol> symbol = factory->NewSymbolWithTable(stringHandle); in For()
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.h304 JSHandle<JSSymbol> NewSymbolWithTable(const JSHandle<JSTaggedValue> &name);
H A Dobject_factory.cpp2387 JSHandle<JSSymbol> ObjectFactory::NewSymbolWithTable(const JSHandle<JSTaggedValue> &name) in NewSymbolWithTable() function in panda::ecmascript::ObjectFactory
2425 return NewSymbolWithTable(JSHandle<JSTaggedValue>(string)); in NewSymbolWithTableWithChar()

Completed in 11 milliseconds