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