Home
last modified time | relevance | path

Searched refs:Boolean (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_boolean.cpp30 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()
Dbuiltins.cpp125 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/
Djson_parser_test.cpp181 HWTEST(JsonParser, Boolean, testing::ext::TestSize.Level0)
/arkcompiler/ets_frontend/ts2panda/templates/
Dirnodes.ts.erb213 Boolean
227 Boolean,
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_lowering.cpp279 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()
Dstub_builder-inl.h91 inline GateRef StubBuilder::Boolean(bool value) in Boolean() function
93 return env_->GetBuilder()->Boolean(value); in Boolean()
2388 GateRef boolVal = Boolean(isExtensible); in SetExtensibleToBitfield()
Dstub_builder.h106 GateRef Boolean(bool value);
Dcircuit_builder.h338 GateRef Boolean(bool value);
Dcircuit_builder.cpp754 GateRef CircuitBuilder::Boolean(bool val) in Boolean() function in panda::ecmascript::kungfu::CircuitBuilder
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h299 V(Boolean, BooleanPrototypeToString) \
300 V(Boolean, BooleanPrototypeValueOf) \
301 V(Boolean, Constructor) \
302 V(Boolean, ThisBooleanValue) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp125 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/
DREADME.md135 - Boolean argument may be used without a value. This arguments always considered as `true`
/arkcompiler/toolchain/tooling/base/
Dpt_types.h378 static const std::string Boolean; // NOLINT (readability-identifier-naming) member
385 type == Boolean || type == Symbol || type == Bigint || type == Wasm; in Valid()
Dpt_types.cpp28 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/
Des5_tests.txt455 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/
Dtest262skiplist.txt5811 built-ins/Boolean/S9.2_A1_T1.js
5812 built-ins/Boolean/proto-from-ctor-realm.js