Home
last modified time | relevance | path

Searched defs:maybe (Results 1 – 25 of 31) sorted by relevance

12

/third_party/node/deps/v8/src/objects/
Djs-collator.cc63 Maybe<bool> maybe = JSReceiver::CreateDataProperty( in CreateDataPropertyForOptions() local
75 Maybe<bool> maybe = JSReceiver::CreateDataProperty( in CreateDataPropertyForOptions() local
209 Maybe<bool> maybe = JSReceiver::CreateDataProperty( in ResolvedOptions() local
Djs-plural-rules.cc239 Maybe<bool> maybe = JSReceiver::CreateDataProperty(isolate, options, key_str, in CreateDataPropertyForOptions() local
Dcontexts.cc264 Maybe<PropertyAttributes> maybe = Nothing<PropertyAttributes>(); in Lookup() local
Dcode-inl.h1337 MaybeObject maybe = Get(cage_base, index); in get() local
1354 MaybeObject maybe = MaybeObject::FromObject(value); in set() local
/third_party/node/src/
Djs_native_api_v8.h205 #define CHECK_MAYBE_EMPTY(env, maybe, status) \ argument
208 #define CHECK_MAYBE_EMPTY_WITH_PREAMBLE(env, maybe, status) \ argument
279 #define CHECK_MAYBE_EMPTY_WITH_PREAMBLE(env, maybe, status) \ argument
Dnode_builtins.cc429 MaybeLocal<Function> maybe = GetInstance()->LookupAndCompileInternal( in LookupAndCompile() local
607 MaybeLocal<Function> maybe = in CompileFunction() local
Dnode_api.cc1020 v8::MaybeLocal<v8::Object> maybe = node::Buffer::New(env->isolate, length); in napi_create_buffer() local
1054 v8::MaybeLocal<v8::Object> maybe = in napi_create_external_buffer() local
1079 v8::MaybeLocal<v8::Object> maybe = in napi_create_buffer_copy() local
Djs_native_api_v8.cc10 #define CHECK_MAYBE_NOTHING(env, maybe, status) \ argument
13 #define CHECK_MAYBE_NOTHING_WITH_PREAMBLE(env, maybe, status) \ argument
1997 auto maybe = v8func->Call( in napi_call_function() local
2793 auto maybe = ctor->NewInstance( in napi_new_instance() local
3181 auto maybe = v8::Promise::Resolver::New(env->context()); in napi_create_promise() local
/third_party/python/Misc/
Dcoverity_model.c52 int maybe; in PyLong_FromLong() local
/third_party/toybox/lib/
Dtty.c179 int maybe, i, j; in scan_key_getsize() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos_unix.c580 int maybe = 0; in testing_fail_alloc() local
652 int maybe = 0; in testing_test_fail() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos_unix.c569 int maybe = 0; in testing_fail_alloc() local
641 int maybe = 0; in testing_test_fail() local
/third_party/python/Lib/
Dtokenize.py61 def maybe(*choices): return group(*choices) + '?' function
Dpydoc.py870 def maybe(self): member in HTMLDoc.docclass.HorizontalRule
1363 def maybe(self): member in TextDoc.docclass.HorizontalRule
/third_party/node/deps/v8/src/api/
Dapi.h307 inline bool ToLocal(v8::internal::MaybeHandle<v8::internal::Object> maybe, in ToLocal()
Dapi-natives.cc118 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DefineDataProperty() local
/third_party/python/Lib/lib2to3/pgen2/
Dtokenize.py50 def maybe(*choices): return group(*choices) + '?' function
/third_party/node/deps/v8/src/wasm/
Dwasm-js.cc1148 v8::MaybeLocal<v8::Value> maybe = in WebAssemblyTable() local
1321 bool GetValueType(Isolate* isolate, MaybeLocal<Value> maybe, in GetValueType()
1420 v8::MaybeLocal<v8::Value> maybe = descriptor->Get(context, mutable_key); in WebAssemblyGlobal() local
1435 v8::MaybeLocal<v8::Value> maybe = in WebAssemblyGlobal() local
1614 MaybeLocal<Value> maybe = parameters->Get(context, i); in WebAssemblyTag() local
1847 MaybeLocal<Value> maybe = parameters->Get(context, i); in WebAssemblyFunction() local
1858 MaybeLocal<Value> maybe = results->Get(context, i); in WebAssemblyFunction() local
/third_party/node/deps/v8/src/runtime/
Druntime-object.cc86 Maybe<bool> maybe = JSReceiver::HasProperty(isolate, receiver, name); in HasProperty() local
386 Maybe<bool> maybe = JSReceiver::HasProperty(&it); in RUNTIME_FUNCTION() local
402 Maybe<bool> maybe = JSReceiver::HasProperty(&it); in RUNTIME_FUNCTION() local
1008 Maybe<bool> maybe = JSReceiver::HasProperty(isolate, receiver, name); in RUNTIME_FUNCTION() local
Druntime-scopes.cc75 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DeclareGlobal() local
/third_party/node/deps/v8/src/builtins/
Dbuiltins-object.cc31 Maybe<PropertyAttributes> maybe = in BUILTIN() local
/third_party/node/deps/v8/src/execution/
Dexecution.cc242 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in NewScriptContext() local
/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc1056 Maybe<bool> maybe = JSReceiver::HasProperty(&it); in SetContextExtensionValue() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dgstdiscoverer.c2236 GVariant *maybe; in _maybe_get_string_from_tuple() local
2343 GVariant *maybe; in _parse_subtitle_stream_info() local
/third_party/node/deps/v8/src/ic/
Dic.cc503 Maybe<bool> maybe = JSReceiver::HasProperty(&it); in Load() local
3482 Maybe<bool> maybe = JSReceiver::HasProperty(&it); in RUNTIME_FUNCTION() local

12