Home
last modified time | relevance | path

Searched defs:from (Results 1 – 25 of 34) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-import-type.ts18 import type b from "./B"; alias
20 import type from "./D"; alias
/arkcompiler/ets_runtime/test/moduletest/protobuf/
Dlongbits.js21 LongBits.from = function from(value) { function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_helper.h75 static inline Local<T> ToLocal(ecmascript::JSHandle<ecmascript::JSTaggedValue> from) in ToLocal()
80 static inline ecmascript::JSTaggedValue ToJSTaggedValue(JSValueRef *from) in ToJSTaggedValue()
86 static inline ecmascript::JSHandle<ecmascript::JSTaggedValue> ToJSHandle(Local<JSValueRef> from) in ToJSHandle()
92 static inline ecmascript::JSHandle<ecmascript::JSTaggedValue> ToJSHandle(JSValueRef *from) in ToJSHandle()
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/projects/ts_import_type_project_4/
Dtest-ts-import-type-exec.ts17 import type ns from './test-ts-export-type'; alias
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgenericFunctions3.ts25 function from<T>(arg: boolean): Query<T>; // was Error: Overload signature is not compatible with f… function
DinfinitelyExpandingTypes5.ts29 function from<T>(array: T[]): Query<T>; function
DintersectionTypeInference3.ts45 declare function from<T>(): T[]; function
DlambdaParameterWithTupleArgsHasCorrectAssignability.ts27 from: GenericFunction<T> | undefined; property in GenericClass
DsymbolProperty61.ts55 function from<T>(obs: InteropObservable<T>) { function
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/projects/ts_import_type_project_3/
Dtest-ts-import-type-exec.ts17 import type I from './test-ts-export-type'; alias
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/preserveValueImports_errorsisolatedmodulesfalse/
Dc.fixed.ts24 import type DefaultB from "./b"; alias
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-export-default-type/
Dimport-main.ts17 import type I from './export' alias
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-import-export-type/
Dimport-main.ts17 import type Student from './export'; alias
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.cpp53 void PGOHClassLayoutDesc::Merge(const PGOHClassLayoutDesc &from) in Merge()
/arkcompiler/runtime_core/libpandafile/
Dbytecode_instruction.h139 explicit BytecodeInstBase(const uint8_t *pc, const uint8_t *from, const uint8_t *to) in BytecodeInstBase()
238 …explicit BytecodeInst(const uint8_t *pc, const uint8_t *from, const uint8_t *to) : Base {pc, from,… in BytecodeInst()
/arkcompiler/ets_runtime/ecmascript/
Djs_arraybuffer.cpp38 auto *from = static_cast<uint8_t *>(fromBuf); in CopyDataPointBytes() local
Djs_stable_array.cpp116 uint32_t from = start + k; in Splice() local
479 … JSHandle<JSTaggedValue> searchElement, uint32_t from, uint32_t len) in IndexOf()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstate_split_linearizer.cpp66 GateRegion* from; member
75 RegionEdge& GetEdge(GateRegion* from, GateRegion* to) in GetEdge()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp124 GateRef BuiltinsStringStubBuilder::FastSubString(GateRef glue, GateRef thisValue, GateRef from, Gat… in FastSubString()
175 GateRef BuiltinsStringStubBuilder::FastSubUtf8String(GateRef glue, GateRef thisValue, GateRef from,… in FastSubUtf8String()
200 GateRef BuiltinsStringStubBuilder::FastSubUtf16String(GateRef glue, GateRef thisValue, GateRef from in FastSubUtf16String()
/arkcompiler/runtime_core/libpandabase/tests/
Dmem_range_test.cpp137 static void RandomTestInBounds(uintptr_t from, uintptr_t to, uint64_t num_iter = NUM_ITER_PER_TEST) in RandomTestInBounds()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sharedarraybuffer.cpp248 JSTaggedValue from = shaArrBuf->GetArrayBufferData(); in Slice() local
Dbuiltins_array.cpp1173 int64_t from = (fromIndex >= 0) ? fromIndex : ((len + fromIndex) >= 0 ? len + fromIndex : 0); in IndexOf() local
1352 int64_t from = 0; in LastIndexOf() local
2352 int64_t from = start + k; in Splice() local
2885 int64_t from = (fromIndex >= 0) ? fromIndex : ((len + fromIndex) >= 0 ? len + fromIndex : 0); in Includes() local
3194 JSMutableHandle<JSTaggedValue> from(thread, JSTaggedValue::Undefined()); in ToSpliced() local
3385 int64_t from = len - k - 1; in ToReversed() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp64 Edge *Edge::NewEdge(Chunk *chunk, uint32_t id, EdgeType type, Node *from, Node *to, CString *name) in NewEdge()
996 auto *from = reinterpret_cast<TaggedObject *>(edge->GetFrom()->GetAddress()); in BridgeAllReferences() local
1005 CString *HeapSnapshot::GenerateEdgeName([[maybe_unused]] TaggedObject *from, [[maybe_unused]] Tagge… in GenerateEdgeName()
Dheap_snapshot.h154 Edge(uint32_t id, EdgeType type, Node *from, Node *to, CString *name) in Edge()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.h184 void StartFrom(LifeNumber from) in StartFrom()

12