Home
last modified time | relevance | path

Searched defs:X (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/shared_module/
Dshared_module.ts19 class X { class
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-function-with-callback.ts20 export class X { data: number = 0 } class
Darkts-no-enum-with-mixed-type.ts27 enum X { enum
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dstructural_identity_library_constructor_export.d.ts24 export class X { class
/arkcompiler/runtime_core/libpandabase/utils/
Dmath_helpers.h34 constexpr uint32_t GetIntLog2(const uint32_t X) in GetIntLog2()
45 constexpr uint64_t GetIntLog2(const uint64_t X) in GetIntLog2()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_targetinfo.cpp30 RegisterTarget X(getTheX64Target(), "x86"); in MAPLEInitializeX64TargetInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_targetinfo.cpp30 RegisterTarget X(getTheAArch64Target(), "aarch64"); in MAPLEInitializeAArch64TargetInfo() local
/arkcompiler/ets_frontend/arkguard/test/grammar/constructor_property/constructor_prop_prop/
Dconstructor_var_property.ts18 class X { class
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefintegervalue_fuzzer/
Djsvaluerefintegervalue_fuzzer.cpp25 #define UNUSED(X) (void)(X) argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dintrinsics.cpp23 #define DEF_MIR_INTRINSIC(X, NAME, RETURN_TYPE, ...) \ argument
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_generic.ts57 class X extends Q<number> implements S<<R>(a:number, b:string) => [number]>, A { class
/arkcompiler/ets_frontend/ets2panda/test/parser/ts/
Dtest_generic.ts57 class X extends Q<number> implements S<<R>(a:number, b:string) => [number]>, A { class
/arkcompiler/ets_runtime/ecmascript/base/
Dmath_helper.h30 static constexpr uint32_t GetIntLog2(const uint32_t X) in GetIntLog2()
35 static constexpr uint64_t GetIntLog2(const uint64_t X) in GetIntLog2()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.h34 Register X() const in X() function
Dassembler_aarch64_constants.h31 X = 1, enumerator
/arkcompiler/ets_frontend/arkguard/tools/memory-line-viewer/assets/
Dindex-DAjlO3pK.js16 …window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Xe(e){return e&&e.__es… property
23 …4098)!==0&&(o=i.return),a=i.return;while(a)}return i.tag===3?o:null}function re(a){if(a.tag===13){…
24 …tch(o){case"children":typeof f=="string"?i==="body"||i==="textarea"&&f===""||Ja(a,f):(typeof f=="n…
35 …f(e){if(typeof e=="string")return Uw(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n… argument
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp148 #define UNUSED(X) (void)(X) argument