Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-interface1.ts17 interface boolean { interface
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DarrayDestructuring12.ts17 var [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, "foo"]]]; variable
DtupleAssignability7.ts17 var a: [[a: number, b?: string], [boolean | string, number[]]] = [[1], [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
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
DarrayDestructuring.ts47 var [var17, var18 = 6, var19]: [number, number | string, boolean[]] = [1, "foo", [true, false]]; variable
DvarRedeclaration.ts95 var m: [number, string, boolean]; variable
/arkcompiler/ets_frontend/arkguard/test/grammar/types_definition/
Dtuple_define.ts18 let x: [string, number, boolean]; variable
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_boolean_test.cpp65 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
Dbuiltins_object_test.cpp931 …JSHandle<JSPrimitiveRef> boolean = thread->GetEcmaVM()->GetFactory()->NewJSPrimitiveRef(booleanObj… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsJson/
Dobj.json54 AssertType("err", "boolean"); null
55 AssertType(true, "boolean"); null
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DstringLiteralTypesOverloads02.ts73 const boolean = "boolean" constant
DstringLiteralTypesOverloads01.ts75 const boolean: "boolean" = "boolean" constant
DdestructuringVariableDeclaration1ES5.ts43 let [a3, [[a4]], a5]: [number, [[string]], boolean] = [1, [["hello"]], true]; variable
DdestructuringVariableDeclaration1ES6.ts43 let [a3, [[a4]], a5]: [number, [[string]], boolean] = [1, [["hello"]], true]; variable
DdestructuringVariableDeclaration1ES5iterable.ts43 let [a3, [[a4]], a5]: [number, [[string]], boolean] = [1, [["hello"]], true]; variable
DpropertyNamesOfReservedWords.ts100 boolean; property
376 boolean, enumerator
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_compareop_test.cpp79 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/
DastDump.h49 explicit Optional(bool boolean) : value_(boolean) {} in Optional()
78 Property(const char *key, bool boolean) : key_(key), value_(boolean) {} in Property()
DastDump.cpp156 void AstDumper::SerializeBoolean(bool boolean) in SerializeBoolean()
/arkcompiler/runtime_core/libpandabase/utils/
Djson_builder.h69 void Stringify(bool boolean) in Stringify()
Djson_parser.cpp227 BoolT boolean {false}; in GetBool() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1185 JSHandle<JSTaggedValue> boolean(thread, JSTaggedValue(input)); in New() local

12