Home
last modified time | relevance | path

Searched defs:boolean (Results 1 – 25 of 42) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-interface1.ts17 interface boolean { interface
/arkcompiler/ets_frontend/ets2panda/test/parser/ts/
Dtest-interface1.ts17 interface boolean { interface
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_boolean_test.cpp41 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local
61 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local
81 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local
120 …JSHandle<JSPrimitiveRef> boolean = thread->GetEcmaVM()->GetFactory()->NewJSPrimitiveRef(booleanObj… in HWTEST_F_L0() local
156 …JSHandle<JSPrimitiveRef> boolean = thread->GetEcmaVM()->GetFactory()->NewJSPrimitiveRef(booleanObj… in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DarrayDestructuring12.ts17 var [a = 5, ...b]: [number, string, boolean] | string[] | number = ["foo", "bar"]; variable
DtupleAssignability7.ts17 var a: [[a: number, b?: string], [boolean | string, number[]]] = [[1], [2, [3, 4]]]; variable
DtupleAssignability6.ts17 var a: [[a: number, b?: string], [boolean | string, number[]]] = [[1], ["foo", [1, 2, "foo"]]]; variable
DtupleAssignability8.ts17 var a: [number, string, boolean, number, string] = [1, "foo", true, 5, 6] variable
DobjectDestructuring24.ts17 var a: { b: number, c: { t: [string | number, boolean[]] } }; variable
DtupleAssignability.ts21 var tuple5: [[a: number, b?: string], [boolean | string, number[]]] = [[1], ["foo", [1, 2, 3]]]; variable
27 var tuple9: [number, string | number, boolean | string]; variable
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ts/
DarrayDestructuring12.ts17 var /* @@ label */[a = 5, ...b]: [number, string, boolean] | string[] | number = ["foo", "bar"]; variable
DtupleAssignability6.ts17 var a: [[a: number, b?: string], [boolean | string, number[]]] = [[1], ["foo", [1, 2, /* @@ label *… variable
DtupleAssignability7.ts17 var a: [[a: number, b?: string], [boolean | string, number[]]] = [[1], [/* @@ label */2, [3, 4]]]; variable
DtupleAssignability8.ts17 var a: [number, string, boolean, number, string] = [1, "foo", true, 5, 6] variable
DobjectDestructuring24.ts17 var a: { b: number, c: { t: [string | number, boolean[]] } }; variable
/arkcompiler/ets_frontend/arkguard/test/grammar/types_definition/
Dtuple_define.ts18 let x: [string, number, boolean]; variable
/arkcompiler/toolchain/tooling/static/tests/
Djson_object_matcher.cpp28 if (auto *boolean = value.Get<JsonObject::BoolT>()) { in operator <<() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Djson_object_matcher.cpp28 if (auto *boolean = value.Get<JsonObject::BoolT>()) { in operator <<() local
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
DtupleAssignability.ts21 var tuple5: [[a: number, b?: string], [boolean | string, number[]]] = [[1], ["foo", [1, 2, 3]]]; variable
27 var tuple9: [number, string | number, boolean | string]; variable
/arkcompiler/ets_frontend/es2panda/ir/
DastDump.h49 explicit Optional(bool boolean) : value_(boolean) {} in Optional()
78 Property(const char *key, bool boolean) : key_(key), value_(boolean) {} in Property()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dremote_object.h49 static RemoteObject Boolean(bool boolean) in Boolean()
Dobject_preview.cpp33 } else if (auto boolean = std::get_if<bool>(&remobjValue)) { in GetPropertyPreviewValue() local
/arkcompiler/toolchain/tooling/static/types/
Dremote_object.h49 static RemoteObject Boolean(bool boolean) in Boolean()
Dobject_preview.cpp33 } else if (auto boolean = std::get_if<bool>(&remobjValue)) { in GetPropertyPreviewValue() local
Dremote_object.cpp125 } else if (auto boolean = std::get_if<bool>(&value_)) { in Serialize() local
/arkcompiler/ets_frontend/ets2panda/ir/
DastDump.h49 explicit Optional(bool boolean) : value_(boolean) {} in Optional()
92 Property(const char *key, bool boolean) : key_(key), value_(boolean) {} in Property()

12