Home
last modified time | relevance | path

Searched defs:Or (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtypePredicatesInUnion_noMatch.ts28 type Or = A | B; alias
DtypePredicatesInUnion.ts28 type Or = A | B; alias
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp65 JSTaggedValue BuiltinsAtomics::Or(EcmaRuntimeCallInfo *argv) in Or() function in panda::ecmascript::builtins::BuiltinsAtomics
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp1071 void AssemblerX64::Or(Immediate src, Register dst) in Or() function in panda::ecmascript::x64::AssemblerX64
/arkcompiler/ets_runtime/ecmascript/compiler/
Doperations_stub_builder.cpp1022 GateRef OperationsStubBuilder::Or(GateRef glue, GateRef left, GateRef right, ProfileOperation callb… in Or() function in panda::ecmascript::kungfu::OperationsStubBuilder
Dcall_signature.cpp137 DEF_CALL_SIGNATURE(Or) in DEF_CALL_SIGNATURE() argument
/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp2347 TEST_F(IrBuilderTest, Or) in TEST_F() 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_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js19257 class Or extends hr { class