Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DsymbolType16.ts25 let sym: symbol; variable
/arkcompiler/ets_frontend/ts2panda/tests/types/array/
Darray_primitives.ts20 let sym: symbol[]; variable
/arkcompiler/ets_frontend/ts2panda/tests/types/primitives/
Dprimitives_in_if.ts20 let sym: symbol = Symbol("mySym"); variable
Dprimitives_in_block.ts20 let sym: symbol = Symbol("mySym"); variable
Dprimitives_only_type_annotation.ts20 let sym: symbol; variable
Dprimitives_no_type_annotation.ts20 let sym = Symbol("mySym"); variable
Dprimitives_in_for.ts20 let sym: symbol = Symbol("mySym"); variable
Dprimitives_in_class.ts21 sym: symbol = Symbol("mySym"); property in A
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts338 const sym: Symbol | undefined = checker.getSymbolAtLocation(targetNode); constant
353 const sym: Symbol | undefined = checker.getSymbolAtLocation(shadowNode); constant
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_symbol.cpp87 JSTaggedValue BuiltinsSymbol::SymbolDescriptiveString(JSThread *thread, JSTaggedValue sym) in SymbolDescriptiveString()
177 JSHandle<JSTaggedValue> sym = BuiltinsSymbol::GetCallArg(argv, 0); in KeyFor() local
203 JSHandle<JSTaggedValue> sym = GetThis(argv); in ToPrimitive() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_symbol_test.cpp360 JSSymbol *sym = reinterpret_cast<JSSymbol *>(result.GetRawData()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp509 JSSymbol *sym = JSSymbol::Cast(key.GetTaggedObject()); in DumpPropertyKey() local
4196 JSSymbol *sym = JSSymbol::Cast(key.GetTaggedObject()); in KeyToStd() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp446 auto sym = panda::os::library_loader::ResolveSymbol(handle.Value(), "StartDebug"); in StartDebugger() local
490 auto sym = panda::os::library_loader::ResolveSymbol(handle, "StopDebug"); in StopDebugger() local