Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-interface1.ts17 interface boolean { interface
/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_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_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.cpp902 JSHandle<JSTaggedValue> boolean(thread, JSTaggedValue(input)); in New() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property