Home
last modified time | relevance | path

Searched defs:boolean (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dremote_object.h49 static RemoteObject Boolean(bool boolean) in Boolean() argument
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_boolean_test.cpp120 JSHandle<JSPrimitiveRef> boolean = thread->GetEcmaVM()->GetFactory()->NewJSPrimitiveRef(booleanObject, value); in HWTEST_F_L0() local
156 JSHandle<JSPrimitiveRef> boolean = thread->GetEcmaVM()->GetFactory()->NewJSPrimitiveRef(booleanObject, value); HWTEST_F_L0() local
[all...]
H A Dbuiltins_object_test.cpp904 JSHandle<JSPrimitiveRef> boolean = thread->GetEcmaVM()->GetFactory()->NewJSPrimitiveRef(booleanObject, value); in HWTEST_F_L0() local
/arkcompiler/runtime_core/libpandabase/utils/
H A Djson_builder.h69 void Stringify(bool boolean) in Stringify() argument
H A Djson_parser.cpp228 istream_ >> std::boolalpha >> boolean; in GetBool() local
234 LOG_JSON(DEBUG) << "Got a boolean: " << std::boolalpha << boolean; in GetBool() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Djson_parser.cpp241 istream_ >> std::boolalpha >> boolean; in GetBool() local
247 LOG_JSON(DEBUG) << "Got a boolean: " << std::boolalpha << boolean; in GetBool() local
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dliterals.h63 explicit Literal(bool boolean) : tag_(LiteralTag::BOOLEAN), value_(static_cast<uint32_t>(boolean)) {} in Literal() argument
/arkcompiler/ets_frontend/ets2panda/ir/
H A DastDump.h49 explicit Optional(bool boolean) : value_(boolean) {} in Optional() argument
92 Property(const char *key, bool boolean) : key_(key), value_(boolean) {} in Property() argument
H A DastDump.cpp161 void AstDumper::SerializeBoolean(bool boolean) in SerializeBoolean() argument
/arkcompiler/ets_frontend/es2panda/ir/
H A DastDump.h49 explicit Optional(bool boolean) : value_(boolean) {} in Optional() argument
78 Property(const char *key, bool boolean) : key_(key), value_(boolean) {} in Property() argument
H A DastDump.cpp156 void AstDumper::SerializeBoolean(bool boolean) in SerializeBoolean() argument

Completed in 8 milliseconds