Home
last modified time | relevance | path

Searched defs:symbolObject (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_symbol_test.cpp153 JSHandle<JSFunction> symbolObject(env->GetSymbolFunction()); in HWTEST_F_L0() local
190 JSHandle<JSFunction> symbolObject(env->GetSymbolFunction()); in HWTEST_F_L0() local
268 JSHandle<JSFunction> symbolObject(env->GetSymbolFunction()); in HWTEST_F_L0() local
332 JSHandle<JSFunction> symbolObject(env->GetSymbolFunction()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_symbol.cpp91 auto symbolObject = reinterpret_cast<JSSymbol *>(sym.GetTaggedObject()); in SymbolDescriptiveString() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp319 Local<SymbolRef> symbolObject = SymbolRef::New(vm_, StringRef::NewFromUtf8(vm_, "description")); in HWTEST_F_L0() local