/third_party/node/deps/v8/src/objects/ |
D | js-collator.cc | 63 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
|
D | js-plural-rules.cc | 239 Maybe<bool> maybe = JSReceiver::CreateDataProperty(isolate, options, key_str, in CreateDataPropertyForOptions() local
|
D | contexts.cc | 264 Maybe<PropertyAttributes> maybe = Nothing<PropertyAttributes>(); in Lookup() local
|
D | code-inl.h | 1337 MaybeObject maybe = Get(cage_base, index); in get() local 1354 MaybeObject maybe = MaybeObject::FromObject(value); in set() local
|
D | js-objects.cc | 1092 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DefineProperties() local 1846 Maybe<PropertyAttributes> maybe = JSObject::GetPropertyAttributes(it); in GetOwnPropertyDescriptor() local 3476 Maybe<PropertyAttributes> maybe = GetPropertyAttributes(&it); in AddProperty() local
|
/third_party/node/src/ |
D | js_native_api_v8.h | 249 #define CHECK_MAYBE_EMPTY(env, maybe, status) \ argument 252 #define CHECK_MAYBE_EMPTY_WITH_PREAMBLE(env, maybe, status) \ argument 315 #define CHECK_MAYBE_EMPTY_WITH_PREAMBLE(env, maybe, status) \ argument
|
D | node_builtins.cc | 412 MaybeLocal<Function> maybe = in LookupAndCompile() local 653 MaybeLocal<Function> maybe = realm->env()->builtin_loader()->LookupAndCompile( in CompileFunction() local
|
D | node_api.cc | 1021 v8::MaybeLocal<v8::Object> maybe = node::Buffer::New(env->isolate, length); in jsvm_create_buffer() local 1055 v8::MaybeLocal<v8::Object> maybe = in OH_JSVM_CreateExternal_buffer() local 1080 v8::MaybeLocal<v8::Object> maybe = in jsvm_create_buffer_copy() local
|
D | js_native_api_v8.cc | 20 #define CHECK_MAYBE_NOTHING(env, maybe, status) \ argument 23 #define CHECK_MAYBE_NOTHING_WITH_PREAMBLE(env, maybe, status) \ argument 1456 auto maybe = v8::Context::FromSnapshot(isolate, index); in OH_JSVM_CreateEnvFromSnapshot() local 1672 auto maybe = v8::JSON::Parse(env->context(), val.As<v8::String>()); in OH_JSVM_JsonParse() local 1686 auto maybe = v8::JSON::Stringify(env->context(), val); in OH_JSVM_JsonStringify() local 3020 auto maybe = v8func->Call( in OH_JSVM_CallFunction() local 3809 auto maybe = ctor->NewInstance( in OH_JSVM_NewInstance() local 4197 auto maybe = v8::Promise::Resolver::New(env->context()); in OH_JSVM_CreatePromise() local
|
/third_party/python/Misc/ |
D | coverity_model.c | 52 int maybe; in PyLong_FromLong() local
|
/third_party/toybox/lib/ |
D | tty.c | 179 int maybe, i, j; in scan_key_getsize() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | os_unix.c | 580 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/ |
D | os_unix.c | 569 int maybe = 0; in testing_fail_alloc() local 641 int maybe = 0; in testing_test_fail() local
|
/third_party/python/Lib/lib2to3/pgen2/ |
D | tokenize.py | 50 def maybe(*choices): return group(*choices) + '?' function
|
/third_party/python/Lib/ |
D | tokenize.py | 61 def maybe(*choices): return group(*choices) + '?' function
|
D | pydoc.py | 870 def maybe(self): member in HTMLDoc.docclass.HorizontalRule 1363 def maybe(self): member in TextDoc.docclass.HorizontalRule
|
/third_party/node/deps/v8/src/api/ |
D | api.h | 307 inline bool ToLocal(v8::internal::MaybeHandle<v8::internal::Object> maybe, in ToLocal()
|
D | api-natives.cc | 118 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DefineDataProperty() local
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-js.cc | 1148 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/ |
D | runtime-object.cc | 86 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
|
D | runtime-scopes.cc | 75 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DeclareGlobal() local
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-object.cc | 31 Maybe<PropertyAttributes> maybe = in BUILTIN() local
|
/third_party/node/deps/v8/src/execution/ |
D | execution.cc | 242 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in NewScriptContext() local
|
/third_party/node/deps/v8/src/debug/ |
D | debug-scopes.cc | 1056 Maybe<bool> maybe = JSReceiver::HasProperty(&it); in SetContextExtensionValue() local
|
/third_party/node/deps/v8/src/ic/ |
D | ic.cc | 503 Maybe<bool> maybe = JSReceiver::HasProperty(&it); in Load() local 3482 Maybe<bool> maybe = JSReceiver::HasProperty(&it); in RUNTIME_FUNCTION() local
|