/third_party/node/deps/v8/src/objects/ |
H A D | oddball-inl.h | 50 DEF_GETTER(HeapObject, IsBoolean, bool) { in DEF_GETTER() 56 DCHECK(IsBoolean(isolate)); in ToBool()
|
/third_party/node/src/ |
H A D | node_report_module.cc | 139 CHECK(info[0]->IsBoolean()); in SetReportOnFatalError() 151 CHECK(info[0]->IsBoolean()); in SetReportOnSignal() 165 CHECK(info[0]->IsBoolean()); in SetReportOnUncaughtException()
|
H A D | node_contextify.cc | 375 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 D | udp_wrap.cc | 349 CHECK(args[1]->IsBoolean()); in BufferSize() 508 CHECK(args[5]->IsBoolean()); in DoSend() 511 CHECK(args[3]->IsBoolean()); in DoSend()
|
H A D | inspector_js_api.cc | 258 CHECK(args[2]->IsBoolean()); in AsyncTaskScheduledWrapper()
|
H A D | node_worker.cc | 449 CHECK(is_internal->IsBoolean()); in New() 603 CHECK(args[4]->IsBoolean()); in New()
|
H A D | node_buffer.cc | 918 CHECK(args[4]->IsBoolean()); in IndexOfString() 1033 CHECK(args[4]->IsBoolean()); in IndexOfBuffer() 1105 CHECK(args[3]->IsBoolean()); in IndexOfNumber()
|
H A D | node_env_var.cc | 363 !value->IsNumber() && !value->IsBoolean() && in EnvSetter()
|
H A D | node_i18n.cc | 825 bool expand_emoji_sequence = !args[2]->IsBoolean() || args[2]->IsTrue(); in GetStringWidth()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-async-gen.cc | 201 CSA_DCHECK(this, IsBoolean(done)); in AllocateAsyncIteratorValueUnwrapContext() 216 CSA_DCHECK(this, IsBoolean(CAST(done))); in TF_BUILTIN()
|
H A D | builtins-async-iterator-gen.cc | 257 Branch(IsBoolean(CAST(var_done.value())), &done, &to_boolean); in LoadIteratorResult()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTypes.cpp | 125 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsBoolean, IsParam, \ 129 IsBoolean, IsParam, IceType_##CompareResult},
|
/third_party/node/test/addons/register-signal-handler/ |
H A D | binding.cc | 24 assert(args[1]->IsBoolean()); in RegisterSignalHandler()
|
/third_party/node/deps/v8/src/extensions/ |
H A D | externalize-string-extension.cc | 70 if (args[1]->IsBoolean()) { in Externalize()
|
H A D | statistics-extension.cc | 69 if (args[0]->IsBoolean() && args[0]->BooleanValue(args.GetIsolate())) { in GetCounters()
|
/third_party/node/src/quic/ |
H A D | defs.h | 34 CHECK(value->IsBoolean()); in SetOption()
|
/third_party/node/test/cctest/ |
H A D | test_linked_binding.cc | 207 CHECK(completion_value->IsBoolean()); in TEST_F() 235 CHECK(completion_value->IsBoolean()); in TEST_F()
|
/third_party/node/deps/v8/include/ |
H A D | v8-value.h | 128 bool IsBoolean() const;
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-value.h | 128 bool IsBoolean() const;
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/ |
H A D | Core.cpp | 26 if (value.IsBoolean()) { in FromJS()
|
/third_party/node/src/crypto/ |
H A D | crypto_random.cc | 94 CHECK(args[offset + 1]->IsBoolean()); // Safe in AdditionalConfig()
|
H A D | crypto_tls.cc | 481 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 D | value-mirror.cc | 117 if (value->IsBoolean()) { in toProtocolValue() 222 if (value->IsBoolean()) { in descriptionForPrimitiveType() 470 if (m_value->IsBoolean()) { 1672 if (value->IsBoolean()) { in create()
|
H A D | v8-console.cc | 125 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 D | interpreter-generator.cc | 1918 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()
|