Home
last modified time | relevance | path

Searched refs:KeyFor (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_symbol.h51 V("keyFor", KeyFor, 1, INVALID)
74 static JSTaggedValue KeyFor(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_symbol.cpp167 JSTaggedValue BuiltinsSymbol::KeyFor(EcmaRuntimeCallInfo *argv) in KeyFor() function in panda::ecmascript::builtins::BuiltinsSymbol
170 BUILTINS_API_TRACE(argv->GetThread(), Symbol, KeyFor); in KeyFor()
177 THROW_TYPE_ERROR_AND_RETURN(thread, "KeyFor: sym is not Symbol", JSTaggedValue::Exception()); in KeyFor()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_symbol_test.cpp72 result = Symbol::KeyFor(ecmaRuntimeCallInfos); in SymbolAlgorithm()
81 result = BuiltinsSymbol::KeyFor(ecmaRuntimeCallInfos); in SymbolAlgorithm()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h839 V(Symbol, KeyFor) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp219 reinterpret_cast<uintptr_t>(Symbol::KeyFor),

Completed in 6 milliseconds