Home
last modified time | relevance | path

Searched refs:ToObject (Results 1 – 25 of 36) sorted by relevance

12

/third_party/cef/libcef/renderer/
Dv8_impl.cc1810 v8::Local<v8::Object> obj = value->ToObject(context).ToLocalChecked(); in IsUserCreated()
1861 v8::Local<v8::Object> obj = value->ToObject(context).ToLocalChecked(); in HasValue()
1883 v8::Local<v8::Object> obj = value->ToObject(context).ToLocalChecked(); in HasValue()
1900 v8::Local<v8::Object> obj = value->ToObject(context).ToLocalChecked(); in DeleteValue()
1926 v8::Local<v8::Object> obj = value->ToObject(context).ToLocalChecked(); in DeleteValue()
1947 v8::Local<v8::Object> obj = value->ToObject(context).ToLocalChecked(); in GetValue()
1977 v8::Local<v8::Object> obj = value->ToObject(context).ToLocalChecked(); in GetValue()
2006 v8::Local<v8::Object> obj = value->ToObject(context).ToLocalChecked(); in SetValue()
2050 v8::Local<v8::Object> obj = value->ToObject(context).ToLocalChecked(); in SetValue()
2077 v8::Local<v8::Object> obj = value->ToObject(context).ToLocalChecked(); in SetValue()
[all …]
/third_party/node/deps/npm/node_modules/es-abstract/
Des5.js51 ToObject: function ToObject(value) {
Des2015.js162 ToObject: function ToObject(value) {
268 var O = this.ToObject(V);
/third_party/node/src/
Dnode_perf.cc85 MaybeLocal<Object> PerformanceEntry::ToObject() const { in ToObject() function in node::performance::PerformanceEntry
140 if (!entry.ToObject().ToLocal(&obj)) return; in Mark()
208 if (!entry.ToObject().ToLocal(&obj)) return; in Measure()
240 if (!entry->ToObject().ToLocal(&obj)) return; in PerformanceGCCallback()
365 if (!entry.ToObject().ToLocal(&obj)) return; in TimerFunctionCall()
Dnode_perf.h72 virtual v8::MaybeLocal<v8::Object> ToObject() const;
Dnode_url.h179 v8::MaybeLocal<v8::Value> ToObject(Environment* env) const;
Dnode_binding.cc439 if (!args[0]->ToObject(context).ToLocal(&module) || in DLOpen()
441 !exports_v->ToObject(context).ToLocal(&exports)) { in DLOpen()
Dnode_errors.h79 ->ToObject(isolate->GetCurrentContext()) \
Dprocess_wrap.cc149 args[0]->ToObject(env->context()).ToLocalChecked(); in Spawn()
Dnode_http_parser.cc772 Local<Object> obj = e->ToObject(env()->isolate()->GetCurrentContext()) in Execute()
Dnode_api.cc589 if (module->ToObject(context).ToLocal(&modobj) && in napi_module_register_by_symbol()
Dtls_wrap.cc449 Local<Object> obj = exception->ToObject(context).ToLocalChecked(); in GetSSLError()
Dnode_http2.cc580 if (entry->ToObject().ToLocal(&obj)) entry->Notify(obj); in EmitStatistics()
608 if (entry->ToObject().ToLocal(&obj)) entry->Notify(obj); in EmitStatistics()
/third_party/node/test/js-native-api/test_conversions/
Dtest_conversions.c113 static napi_value ToObject(napi_env env, napi_callback_info info) { in ToObject() function
146 DECLARE_NAPI_PROPERTY("toObject", ToObject), in Init()
/third_party/node/deps/npm/node_modules/es-abstract/operations/
D2015.js23 ToObject: 'https://ecma-international.org/ecma-262/6.0/#sec-toobject', property
D2016.js23 ToObject: 'https://ecma-international.org/ecma-262/7.0/#sec-toobject', property
D2017.js23 ToObject: 'https://ecma-international.org/ecma-262/8.0/#sec-toobject', property
/third_party/node/deps/npm/node_modules/object.getownpropertydescriptors/
Dimplementation.js36 var O = ES.ToObject(value);
/third_party/node/deps/npm/node_modules/es-abstract/test/
Des5.js161 t['throws'](function () { return ES.ToObject(undefined); }, TypeError, 'undefined throws');
162 t['throws'](function () { return ES.ToObject(null); }, TypeError, 'null throws');
164 var obj = ES.ToObject(number);
Dtests.js352 t['throws'](function () { return ES.ToObject(undefined); }, TypeError, 'undefined throws');
353 t['throws'](function () { return ES.ToObject(null); }, TypeError, 'null throws');
355 var obj = ES.ToObject(number);
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DCore.h282 out = value.ToObject(); in FromJS()
521 auto obj = value.ToObject(); in FromJS()
DWebGPU.cpp.tmpl250 auto object = value.ToObject();
/third_party/node/src/api/
Dexceptions.cc135 Exception::Error(js_msg)->ToObject(isolate->GetCurrentContext()) in UVException()
/third_party/node/doc/api/
Daddons.md1211 args[0]->ToObject(context).ToLocalChecked());
1213 args[1]->ToObject(context).ToLocalChecked());
/third_party/cJSON/
DCHANGELOG.md130 * The `cJSON_Add...ToObject` macros are now functions that return a pointer to the added item, see …

12