| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-interface1.ts | 17 interface boolean { interface
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | arrayDestructuring12.ts | 17 var [a = 5, ...b]: [number, string, boolean] | string[] | number = ["foo", "bar"]; variable
|
| D | tupleAssignability6.ts | 17 var a: [[a: number, b?: string], [boolean | string, number[]]] = [[1], ["foo", [1, 2, "foo"]]]; variable
|
| D | tupleAssignability7.ts | 17 var a: [[a: number, b?: string], [boolean | string, number[]]] = [[1], [2, [3, 4]]]; variable
|
| D | tupleAssignability8.ts | 17 var a: [number, string, boolean, number, string] = [1, "foo", true, 5, 6] variable
|
| D | objectDestructuring24.ts | 17 var a: { b: number, c: { t: [string | number, boolean[]] } }; variable
|
| D | tupleAssignability.ts | 21 var tuple5: [[a: number, b?: string], [boolean | string, number[]]] = [[1], ["foo", [1, 2, 3]]]; variable 27 var tuple9: [number, string | number, boolean | string]; variable
|
| D | arrayDestructuring.ts | 47 var [var17, var18 = 6, var19]: [number, number | string, boolean[]] = [1, "foo", [true, false]]; variable
|
| D | varRedeclaration.ts | 95 var m: [number, string, boolean]; variable
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/types_definition/ |
| D | tuple_define.ts | 18 let x: [string, number, boolean]; variable
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_boolean_test.cpp | 65 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local 85 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local 105 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local 144 …JSHandle<JSPrimitiveRef> boolean = thread->GetEcmaVM()->GetFactory()->NewJSPrimitiveRef(booleanObj… in HWTEST_F_L0() local 180 …JSHandle<JSPrimitiveRef> boolean = thread->GetEcmaVM()->GetFactory()->NewJSPrimitiveRef(booleanObj… in HWTEST_F_L0() local
|
| D | builtins_object_test.cpp | 931 …JSHandle<JSPrimitiveRef> boolean = thread->GetEcmaVM()->GetFactory()->NewJSPrimitiveRef(booleanObj… in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsJson/ |
| D | obj.json | 54 AssertType("err", "boolean"); null 55 AssertType(true, "boolean"); null
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | stringLiteralTypesOverloads02.ts | 73 const boolean = "boolean" constant
|
| D | stringLiteralTypesOverloads01.ts | 75 const boolean: "boolean" = "boolean" constant
|
| D | destructuringVariableDeclaration1ES5.ts | 43 let [a3, [[a4]], a5]: [number, [[string]], boolean] = [1, [["hello"]], true]; variable
|
| D | destructuringVariableDeclaration1ES6.ts | 43 let [a3, [[a4]], a5]: [number, [[string]], boolean] = [1, [["hello"]], true]; variable
|
| D | destructuringVariableDeclaration1ES5iterable.ts | 43 let [a3, [[a4]], a5]: [number, [[string]], boolean] = [1, [["hello"]], true]; variable
|
| D | propertyNamesOfReservedWords.ts | 100 boolean; property 376 boolean, enumerator
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_compareop_test.cpp | 79 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local 139 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local 206 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local 272 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local 341 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local 411 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astDump.h | 49 explicit Optional(bool boolean) : value_(boolean) {} in Optional() 78 Property(const char *key, bool boolean) : key_(key), value_(boolean) {} in Property()
|
| D | astDump.cpp | 156 void AstDumper::SerializeBoolean(bool boolean) in SerializeBoolean()
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | json_builder.h | 69 void Stringify(bool boolean) in Stringify()
|
| D | json_parser.cpp | 227 BoolT boolean {false}; in GetBool() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 1185 JSHandle<JSTaggedValue> boolean(thread, JSTaggedValue(input)); in New() local
|