Home
last modified time | relevance | path

Searched refs:BooleanValue (Results 1 - 25 of 34) sorted by relevance

12

/third_party/node/deps/v8/src/objects/
H A Dproperty-descriptor.cc88 desc->set_enumerable(value->BooleanValue(isolate)); in ToPropertyDescriptorFastPath()
90 desc->set_configurable(value->BooleanValue(isolate)); in ToPropertyDescriptorFastPath()
94 desc->set_writable(value->BooleanValue(isolate)); in ToPropertyDescriptorFastPath()
213 desc->set_enumerable(enumerable->BooleanValue(isolate)); in ToPropertyDescriptor()
225 desc->set_configurable(configurable->BooleanValue(isolate)); in ToPropertyDescriptor()
246 if (!writable.is_null()) desc->set_writable(writable->BooleanValue(isolate)); in ToPropertyDescriptor()
H A Doption-utils.h97 bool valueBoolean = value->BooleanValue(isolate); in GetStringOrBooleanOption()
H A Doption-utils.cc117 *result = value->BooleanValue(isolate); in GetBoolOption()
H A Dobjects.cc648 bool Object::BooleanValue(Isolate* isolate) { in BooleanValue() function in v8::internal::Object
662 return isolate->heap()->ToBoolean(BooleanValue(isolate)); in ToBoolean()
982 return isolate->factory()->ToBoolean(result->BooleanValue(isolate)); in InstanceOf()
1557 DCHECK(result->BooleanValue(isolate) || in SetPropertyWithAccessor()
1559 return Just(result->BooleanValue(isolate)); in SetPropertyWithAccessor()
3091 bool boolean_trap_result = trap_result_obj->BooleanValue(isolate); in HasProperty()
3163 if (!trap_result->BooleanValue(isolate)) { in SetProperty()
3210 if (!trap_result->BooleanValue(isolate)) { in DeletePropertyOrElement()
3533 if (!trap_result_obj->BooleanValue(isolate)) { in DefineOwnProperty()
3807 if (!trap_result->BooleanValue(isolat in PreventExtensions()
[all...]
H A Dcontexts.cc188 return Just(!blocklist->BooleanValue(isolate)); in UnscopableLookup()
H A Dobjects.h387 V8_EXPORT_PRIVATE bool BooleanValue(Isolate* isolate);
H A Dsource-text-module.cc1014 DCHECK(JSIteratorResult::cast(*result).done().BooleanValue(isolate)); in ExecuteModule()
/third_party/node/src/
H A Dspawn_sync.cc804 if (js_detached->BooleanValue(isolate)) in ParseOptions()
809 if (js_win_hide->BooleanValue(isolate)) in ParseOptions()
819 if (js_wva->BooleanValue(isolate)) in ParseOptions()
904 .ToLocalChecked()->BooleanValue(isolate); in ParseStdioOption()
907 .ToLocalChecked()->BooleanValue(isolate); in ParseStdioOption()
H A Dinspector_js_api.cc259 bool recurring = args[2]->BooleanValue(args.GetIsolate()); in AsyncTaskScheduledWrapper()
H A Dnode_serdes.cc201 bool value = args[0]->BooleanValue(ctx->env()->isolate()); in SetTreatArrayBufferViewsAsHostObjects()
H A Dnode_i18n.cc743 bool lenient = args[1]->BooleanValue(env->isolate()); in ToASCII()
H A Dnode_messaging.cc957 if (done->BooleanValue(isolate)) break; in ReadIterable()
/third_party/node/deps/v8/src/extensions/
H A Dexternalize-string-extension.cc71 force_two_byte = args[1]->BooleanValue(args.GetIsolate()); in Externalize()
H A Dgc-extension.cc73 args[0]->BooleanValue(isolate) in Parse()
H A Dstatistics-extension.cc69 if (args[0]->IsBoolean() && args[0]->BooleanValue(args.GetIsolate())) { in GetCounters()
/third_party/node/deps/v8/src/d8/
H A Dd8-console.cc44 if (args.Length() > 0 && args[0]->BooleanValue(isolate_)) return; in Assert()
/third_party/node/deps/v8/include/
H A Dv8-value.h60 * This is not the same as `BooleanValue()`. The latter performs a
69 * This is not the same as `!BooleanValue()`. The latter performs a
408 bool BooleanValue(Isolate* isolate) const;
/third_party/node/deps/v8/include/v8-include/
H A Dv8-value.h60 * This is not the same as `BooleanValue()`. The latter performs a
69 * This is not the same as `!BooleanValue()`. The latter performs a
418 bool BooleanValue(Isolate* isolate) const;
/third_party/node/deps/v8/src/runtime/
H A Druntime-promise.cc151 debug_event->BooleanValue(isolate)); in RUNTIME_FUNCTION()
H A Druntime-regexp.cc1835 const bool global = global_obj->BooleanValue(isolate); in RUNTIME_FUNCTION()
1843 unicode = unicode_obj->BooleanValue(isolate); in RUNTIME_FUNCTION()
/third_party/node/src/crypto/
H A Dcrypto_util.cc234 bool enable = args[0]->BooleanValue(env->isolate()); in SetFipsCrypto()
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.cc741 // Keep in sync with Object::BooleanValue. in TryGetBooleanValue()
744 result.value() == object()->BooleanValue(broker->isolate())); in TryGetBooleanValue()
1769 return object()->BooleanValue(broker()->isolate()); in TryGetBooleanValue()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.cc1236 return result->BooleanValue(isolate); in CheckBreakPoint()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-intl.cc301 if (ordinary_has_instance_obj->BooleanValue(isolate)) { in LegacyFormatConstructor()
H A Dbuiltins-array.cc1252 if (!value->IsUndefined(isolate)) return Just(value->BooleanValue(isolate)); in IsConcatSpreadable()

Completed in 39 milliseconds

12