| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_boolean.cpp | 30 BUILTINS_API_TRACE(thread, Boolean, Constructor); in BooleanConstructor() 55 BUILTINS_API_TRACE(thread, Boolean, ThisBooleanValue); in ThisBooleanValue() 79 BUILTINS_API_TRACE(thread, Boolean, BooleanPrototypeToString); in BooleanPrototypeToString() 95 BUILTINS_API_TRACE(thread, Boolean, BooleanPrototypeValueOf); in BooleanPrototypeValueOf()
|
| D | builtins.cpp | 125 using Boolean = builtins::BuiltinsBoolean; typedef 998 …JSHandle<JSFunction> booleanFunction = NewBuiltinConstructor(env, booleanFuncPrototype, Boolean::B… in InitializeBoolean() 1004 Boolean::BooleanPrototypeToString, FunctionLength::ZERO); in InitializeBoolean() 1006 Boolean::BooleanPrototypeValueOf, FunctionLength::ZERO); in InitializeBoolean()
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | json_parser_test.cpp | 181 HWTEST(JsonParser, Boolean, testing::ext::TestSize.Level0)
|
| /arkcompiler/ets_frontend/ts2panda/templates/ |
| D | irnodes.ts.erb | 213 Boolean 227 Boolean,
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | lcr_lowering.cpp | 279 DEFVAlUE(result, (&builder_), VariableType::BOOL(), builder_.Boolean(false)); in ConvertTaggedNumberToBool() 431 builder_.DeoptCheck(builder_.Boolean(support), frameState, DeoptType::NOTINT); in LowerCheckSupportAndConvert() 434 builder_.DeoptCheck(builder_.Boolean(support), frameState, DeoptType::NOTDOUBLE); in LowerCheckSupportAndConvert()
|
| D | stub_builder-inl.h | 91 inline GateRef StubBuilder::Boolean(bool value) in Boolean() function 93 return env_->GetBuilder()->Boolean(value); in Boolean() 2388 GateRef boolVal = Boolean(isExtensible); in SetExtensibleToBitfield()
|
| D | stub_builder.h | 106 GateRef Boolean(bool value);
|
| D | circuit_builder.h | 338 GateRef Boolean(bool value);
|
| D | circuit_builder.cpp | 754 GateRef CircuitBuilder::Boolean(bool val) in Boolean() function in panda::ecmascript::kungfu::CircuitBuilder
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 299 V(Boolean, BooleanPrototypeToString) \ 300 V(Boolean, BooleanPrototypeValueOf) \ 301 V(Boolean, Constructor) \ 302 V(Boolean, ThisBooleanValue) \
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 125 using Boolean = builtins::BuiltinsBoolean; typedef 328 reinterpret_cast<uintptr_t>(Boolean::BooleanConstructor), 329 reinterpret_cast<uintptr_t>(Boolean::BooleanPrototypeToString), 330 reinterpret_cast<uintptr_t>(Boolean::BooleanPrototypeValueOf),
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | README.md | 135 - Boolean argument may be used without a value. This arguments always considered as `true`
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.h | 378 static const std::string Boolean; // NOLINT (readability-identifier-naming) member 385 type == Boolean || type == Symbol || type == Bigint || type == Wasm; in Valid()
|
| D | pt_types.cpp | 28 const std::string ObjectType::Boolean = "boolean"; // NOLINT (readability-identifier-naming) member in panda::ecmascript::tooling::ObjectType 240 SetType(ObjectType::Boolean) in PrimitiveRemoteObject()
|
| /arkcompiler/ets_frontend/test262/ |
| D | es5_tests.txt | 455 built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T1.js 456 built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2.js 457 built-ins/Boolean/prototype/toString/S15.6.4.2_A2_T1.js 458 built-ins/Boolean/prototype/toString/S15.6.4.2_A2_T2.js 459 built-ins/Boolean/prototype/toString/S15.6.4.2_A2_T3.js 460 built-ins/Boolean/prototype/toString/S15.6.4.2_A2_T4.js 461 built-ins/Boolean/prototype/toString/S15.6.4.2_A2_T5.js
|
| /arkcompiler/ets_frontend/es2panda/test/ |
| D | test262skiplist.txt | 5811 built-ins/Boolean/S9.2_A1_T1.js 5812 built-ins/Boolean/proto-from-ctor-realm.js
|