Home
last modified time | relevance | path

Searched refs:IsBoolean (Results 1 - 25 of 40) sorted by relevance

12

/third_party/node/deps/v8/src/objects/
H A Doddball-inl.h50 DEF_GETTER(HeapObject, IsBoolean, bool) { in DEF_GETTER()
56 DCHECK(IsBoolean(isolate)); in ToBool()
/third_party/node/src/
H A Dnode_report_module.cc139 CHECK(info[0]->IsBoolean()); in SetReportOnFatalError()
151 CHECK(info[0]->IsBoolean()); in SetReportOnSignal()
165 CHECK(info[0]->IsBoolean()); in SetReportOnUncaughtException()
H A Dnode_contextify.cc375 CHECK(args[3]->IsBoolean()); in MakeContext()
378 CHECK(args[4]->IsBoolean()); in MakeContext()
804 CHECK(args[5]->IsBoolean()); in New()
1016 CHECK(args[2]->IsBoolean()); in RunInContext()
1019 CHECK(args[3]->IsBoolean()); in RunInContext()
1022 CHECK(args[4]->IsBoolean()); in RunInContext()
1166 CHECK(args[5]->IsBoolean()); in CompileFunction()
H A Dudp_wrap.cc349 CHECK(args[1]->IsBoolean()); in BufferSize()
508 CHECK(args[5]->IsBoolean()); in DoSend()
511 CHECK(args[3]->IsBoolean()); in DoSend()
H A Dinspector_js_api.cc258 CHECK(args[2]->IsBoolean()); in AsyncTaskScheduledWrapper()
H A Dnode_worker.cc449 CHECK(is_internal->IsBoolean()); in New()
603 CHECK(args[4]->IsBoolean()); in New()
H A Dnode_buffer.cc918 CHECK(args[4]->IsBoolean()); in IndexOfString()
1033 CHECK(args[4]->IsBoolean()); in IndexOfBuffer()
1105 CHECK(args[3]->IsBoolean()); in IndexOfNumber()
H A Dnode_env_var.cc363 !value->IsNumber() && !value->IsBoolean() && in EnvSetter()
H A Dnode_i18n.cc825 bool expand_emoji_sequence = !args[2]->IsBoolean() || args[2]->IsTrue(); in GetStringWidth()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-async-gen.cc201 CSA_DCHECK(this, IsBoolean(done)); in AllocateAsyncIteratorValueUnwrapContext()
216 CSA_DCHECK(this, IsBoolean(CAST(done))); in TF_BUILTIN()
H A Dbuiltins-async-iterator-gen.cc257 Branch(IsBoolean(CAST(var_done.value())), &done, &to_boolean); in LoadIteratorResult()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTypes.cpp125 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsBoolean, IsParam, \
129 IsBoolean, IsParam, IceType_##CompareResult},
/third_party/node/test/addons/register-signal-handler/
H A Dbinding.cc24 assert(args[1]->IsBoolean()); in RegisterSignalHandler()
/third_party/node/deps/v8/src/extensions/
H A Dexternalize-string-extension.cc70 if (args[1]->IsBoolean()) { in Externalize()
H A Dstatistics-extension.cc69 if (args[0]->IsBoolean() && args[0]->BooleanValue(args.GetIsolate())) { in GetCounters()
/third_party/node/src/quic/
H A Ddefs.h34 CHECK(value->IsBoolean()); in SetOption()
/third_party/node/test/cctest/
H A Dtest_linked_binding.cc207 CHECK(completion_value->IsBoolean()); in TEST_F()
235 CHECK(completion_value->IsBoolean()); in TEST_F()
/third_party/node/deps/v8/include/
H A Dv8-value.h128 bool IsBoolean() const;
/third_party/node/deps/v8/include/v8-include/
H A Dv8-value.h128 bool IsBoolean() const;
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
H A DCore.cpp26 if (value.IsBoolean()) { in FromJS()
/third_party/node/src/crypto/
H A Dcrypto_random.cc94 CHECK(args[offset + 1]->IsBoolean()); // Safe in AdditionalConfig()
H A Dcrypto_tls.cc481 CHECK(args[2]->IsBoolean()); in Wrap()
482 CHECK(args[3]->IsBoolean()); in Wrap()
1161 CHECK(args[0]->IsBoolean()); in SetVerifyMode()
1162 CHECK(args[1]->IsBoolean()); in SetVerifyMode()
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc117 if (value->IsBoolean()) { in toProtocolValue()
222 if (value->IsBoolean()) { in descriptionForPrimitiveType()
470 if (m_value->IsBoolean()) {
1672 if (value->IsBoolean()) { in create()
H A Dv8-console.cc125 if (m_info[0]->IsBoolean()) return m_info[0].As<v8::Boolean>()->Value(); in firstArgToBoolean()
520 if (info.Length() == 2 && !info[1]->IsBoolean()) { in scheduleAsyncTask()
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc1918 CSA_DCHECK(this, IsBoolean(CAST(accumulator))); in IGNITION_HANDLER()
1929 CSA_DCHECK(this, IsBoolean(CAST(accumulator))); in IGNITION_HANDLER()
1940 CSA_DCHECK(this, IsBoolean(CAST(accumulator))); in IGNITION_HANDLER()
1951 CSA_DCHECK(this, IsBoolean(CAST(accumulator))); in IGNITION_HANDLER()

Completed in 29 milliseconds

12