Home
last modified time | relevance | path

Searched defs:symbol (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_symbol_test.cpp72 JSHandle<JSSymbol> symbol = ecmaVM->GetFactory()->NewJSSymbol(); in HWTEST_F_L0() local
119 JSHandle<JSSymbol> symbol = ecmaVM->GetFactory()->NewPublicSymbolWithChar("aaa"); in HWTEST_F_L0() local
140 JSHandle<JSSymbol> symbol = ecmaVM->GetFactory()->NewJSSymbol(); in HWTEST_F_L0() local
199 JSHandle<JSSymbol> symbol = ecmaVM->GetFactory()->NewPublicSymbolWithChar("bbb"); in HWTEST_F_L0() local
239 JSHandle<JSSymbol> symbol = ecmaVM->GetFactory()->NewSymbolWithTableWithChar("ccc"); in HWTEST_F_L0() local
261 JSHandle<JSSymbol> symbol = ecmaVM->GetFactory()->NewPublicSymbolWithChar("bbb"); in HWTEST_F_L0() local
319 JSHandle<JSSymbol> symbol = ecmaVM->GetFactory()->NewJSSymbol(); in HWTEST_F_L0() local
383 JSHandle<JSSymbol> symbol = ecmaVM->GetFactory()->NewPublicSymbolWithChar(""); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-ts-unique-symbol-type.ts17 const s2 : unique symbol = Symbol(); constant
/arkcompiler/runtime_core/libpandabase/utils/
Djson_parser.cpp240 auto symbol = PeekSymbol(); in GetValue() local
349 bool JsonObject::Parser::TryGetSymbol(int symbol) in TryGetSymbol()
359 bool JsonObject::Parser::IsWhitespace(int symbol) in IsWhitespace()
/arkcompiler/toolchain/inspector/
Dlibrary_loader.cpp45 void* ResolveSymbol(void* handle, std::string_view symbol) in ResolveSymbol()
Dinspector.cpp96 void* GetArkDynFunction(const char* symbol) in GetArkDynFunction()
/arkcompiler/ets_frontend/ts2panda/src/
Dpandasm.ts184 private symbol: string; property in ExportedSymbol2Type
196 private symbol: string; property in DeclaredSymbol2Type
/arkcompiler/ets_runtime/ecmascript/
Dsymbol_table.h93 JSSymbol *symbol = JSSymbol::Cast(value.GetTaggedObject()); in FindSymbol() local
Daot_file_manager.cpp278 bool AnFileInfo::RewriteRelcateTextSection([[maybe_unused]] const char* symbol, in RewriteRelcateTextSection()
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddefine_info_test.js49 let symbol = Symbol('func8'); variable
/arkcompiler/ets_runtime/ecmascript/stubs/tests/
Druntime_stubs_test.cpp73 JSTaggedValue symbol = globalEnv->GetSymbolFunction().GetTaggedValue(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Drelocator.cpp111 bool Relocator::RelocateBySymbol(const char* symbol, uintptr_t patchAddr) in RelocateBySymbol()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DtypeExtractorEmitter.cpp99 ScalarValue symbol(ScalarValue::Create<ValueType::STRING>(t.first)); in GenTypeInfo() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_function_test.cpp163 JSHandle<JSSymbol> symbol = factory->NewPublicSymbolWithChar("name"); in HWTEST_F_L0() local
Ddump_test.cpp831 JSHandle<JSSymbol> symbol = factory->NewJSSymbol(); in HWTEST_F_L0() local
Dtagged_value_test.cpp880 JSHandle<JSSymbol> symbol = factory->NewPublicSymbolWithChar("bbb"); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_symbol.cpp169 JSHandle<JSSymbol> symbol = factory->NewSymbolWithTable(stringHandle); in For() local
Dbuiltins.cpp2753const JSHandle<JSTaggedValue> &symbol, const char *name, EcmaEntrypoint func, in SetFunctionAtSymbol()
2781 JSHandle<JSTaggedValue> symbol = env->GetToStringTagSymbol(); in SetStringTagSymbol() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.cpp249 … const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &symbol, in SetFunctionAtSymbol()
267 JSHandle<JSTaggedValue> symbol = env->GetToStringTagSymbol(); in SetStringTagSymbol() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp1079 JSSymbol *symbol = JSSymbol::Cast(key.GetTaggedObject()); in ConvertKey() local
/arkcompiler/toolchain/tooling/test/
Ddebugger_types_test.cpp866 RemoteObject *symbol = propertyDescriptor->GetSymbol(); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp1013 Local<SymbolRef> symbol(name); in FromProperty() local
1134 std::unique_ptr<PtJson> symbol; in Create() local
Dpt_types.h849 PropertyDescriptor &SetSymbol(std::unique_ptr<RemoteObject> symbol) in SetSymbol()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp847 JSTaggedValue symbol = globalEnv->GetIteratorSymbol().GetTaggedValue(); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp717 std::string symbol = ""; in CreateLiteralArrayForType() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp205 Local<SymbolRef> symbol = SymbolRef::New(vm_, description); in HWTEST_F_L0() local

12