Home
last modified time | relevance | path

Searched defs:ToV8 (Results 1 – 25 of 57) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/bindings/
H A Dto_v8.h32 inline v8::Local<v8::Value> ToV8(ScriptWrappable* impl, in ToV8() function
61 inline v8::Local<v8::Value> ToV8(CallbackFunctionBase* callback, in ToV8() function
102 inline v8::Local<v8::Value> ToV8(const String& value, in ToV8() function
108 inline v8::Local<v8::Value> ToV8(const char* value, in ToV8() function
156 inline v8::Local<v8::Value> ToV8(int32_t value, in ToV8() function
162 inline v8::Local<v8::Value> ToV8(int64_t value, in ToV8() function
168 inline v8::Local<v8::Value> ToV8(uint32_t value, in ToV8() function
174 inline v8::Local<v8::Value> ToV8(uint64_t value, in ToV8() function
180 inline v8::Local<v8::Value> ToV8(double value, in ToV8() function
186 inline v8::Local<v8::Value> ToV8(bool value, in ToV8() function
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/bindings/
H A Dto_v8.h33 inline v8::Local<v8::Value> ToV8(ScriptWrappable* impl, in ToV8() function
62 inline v8::Local<v8::Value> ToV8(CallbackFunctionBase* callback, in ToV8() function
100 inline v8::Local<v8::Value> ToV8(const String& value, in ToV8() function
106 inline v8::Local<v8::Value> ToV8(const char* value, in ToV8() function
154 inline v8::Local<v8::Value> ToV8(int32_t value, in ToV8() function
160 inline v8::Local<v8::Value> ToV8(int64_t value, in ToV8() function
166 inline v8::Local<v8::Value> ToV8(uint32_t value, in ToV8() function
172 inline v8::Local<v8::Value> ToV8(uint64_t value, in ToV8() function
178 inline v8::Local<v8::Value> ToV8(double value, in ToV8() function
184 inline v8::Local<v8::Value> ToV8(bool value, in ToV8() function
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/core/v8/
H A Dto_v8_for_core.h23 inline v8::Local<v8::Value> ToV8(const Dictionary& value, in ToV8() function
31 inline v8::Local<v8::Value> ToV8(NotShared<T> value, in ToV8() function
38 inline v8::Local<v8::Value> ToV8(MaybeShared<T> value, in ToV8() function
46 inline v8::Local<v8::Value> ToV8(const IDLDictionaryBase* value, in ToV8() function
56 inline v8::Local<v8::Value> ToV8(const ScriptPromise& value, in ToV8() function
65 inline v8::Local<v8::Value> ToV8(const ScriptValue& value, in ToV8() function
73 inline v8::Local<v8::Value> ToV8(const DisallowNewWrapper<ScriptValue>* value, in ToV8() function
H A Dv8_binding_for_testing.h55 v8::Local<v8::Value> ToV8(V8TestingScope* scope, T value) { in ToV8() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/core/v8/
H A Dto_v8_for_core.h23 inline v8::Local<v8::Value> ToV8(const Dictionary& value, in ToV8() function
31 inline v8::Local<v8::Value> ToV8(NotShared<T> value, in ToV8() function
38 inline v8::Local<v8::Value> ToV8(MaybeShared<T> value, in ToV8() function
46 inline v8::Local<v8::Value> ToV8(const IDLDictionaryBase* value, in ToV8() function
56 inline v8::Local<v8::Value> ToV8(const ScriptPromise& value, in ToV8() function
65 inline v8::Local<v8::Value> ToV8(const ScriptValue& value, in ToV8() function
73 inline v8::Local<v8::Value> ToV8(const DisallowNewWrapper<ScriptValue>* value, in ToV8() function
H A Dv8_binding_for_testing.h57 v8::Local<v8::Value> ToV8(V8TestingScope* scope, T value) { in ToV8() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gin/
H A Dconverter.cc43 Local<Value> Converter<bool>::ToV8(Isolate* isolate, bool val) { in ToV8() function in gin::Converter
53 Local<Value> Converter<int32_t>::ToV8(Isolate* isolate, int32_t val) { in ToV8() function in gin::Converter
105 Local<Value> Converter<float>::ToV8(Isolate* isolate, float val) { in ToV8() function in gin::Converter
129 Local<Value> Converter<base::StringPiece>::ToV8(Isolate* isolate, in ToV8() function in gin::Converter::StringPiece
137 Local<Value> Converter<std::string>::ToV8(Isolate* isolate, in ToV8() function in gin::Converter::string
155 Local<Value> Converter<base::string16>::ToV8(Isolate* isolate, in ToV8() function in gin::Converter::string16
178 Local<Value> Converter<Local<Function>>::ToV8(Isolate* isolate, in ToV8() function in gin::Converter
192 Local<Value> Converter<Local<Object>>::ToV8(Isolate* isolate, in ToV8() function in gin::Converter
206 Local<Value> Converter<Local<Promise>>::ToV8(Isolate* isolate, in ToV8() function in gin::Converter
220 Local<Value> Converter<Local<ArrayBuffer>>::ToV8(Isolate* isolate, in ToV8() function in gin::Converter
[all …]
H A Dhandle.h34 v8::Local<v8::Value> ToV8() const { return wrapper_; } in ToV8() function
H A Ddictionary.cc29 v8::Local<v8::Value> Converter<Dictionary>::ToV8(v8::Isolate* isolate, in ToV8() function in gin::Converter
/dports/www/chromium-legacy/chromium-88.0.4324.182/gin/
H A Dconverter.cc43 Local<Value> Converter<bool>::ToV8(Isolate* isolate, bool val) { in ToV8() function in gin::Converter
53 Local<Value> Converter<int32_t>::ToV8(Isolate* isolate, int32_t val) { in ToV8() function in gin::Converter
105 Local<Value> Converter<float>::ToV8(Isolate* isolate, float val) { in ToV8() function in gin::Converter
129 Local<Value> Converter<base::StringPiece>::ToV8(Isolate* isolate, in ToV8() function in gin::Converter::StringPiece
137 Local<Value> Converter<std::string>::ToV8(Isolate* isolate, in ToV8() function in gin::Converter::string
155 Local<Value> Converter<base::string16>::ToV8(Isolate* isolate, in ToV8() function in gin::Converter::string16
178 Local<Value> Converter<Local<Function>>::ToV8(Isolate* isolate, in ToV8() function in gin::Converter
192 Local<Value> Converter<Local<Object>>::ToV8(Isolate* isolate, in ToV8() function in gin::Converter
206 Local<Value> Converter<Local<Promise>>::ToV8(Isolate* isolate, in ToV8() function in gin::Converter
220 Local<Value> Converter<Local<ArrayBuffer>>::ToV8(Isolate* isolate, in ToV8() function in gin::Converter
[all …]
H A Dhandle.h34 v8::Local<v8::Value> ToV8() const { return wrapper_; } in ToV8() function
H A Ddictionary.cc29 v8::Local<v8::Value> Converter<Dictionary>::ToV8(v8::Isolate* isolate, in ToV8() function in gin::Converter
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/modules/v8/
H A Dto_v8_for_modules.h18 inline v8::Local<v8::Value> ToV8(const SQLValue& sql_value, in ToV8() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/modules/v8/
H A Dto_v8_for_modules.h18 inline v8::Local<v8::Value> ToV8(const SQLValue& sql_value, in ToV8() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/tests/results/modules/
H A Dboolean_or_string.cc89 v8::Local<v8::Value> ToV8(const BooleanOrString& impl, v8::Local<v8::Object> creationContext, v8::I… in ToV8() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/tests/results/core/
H A Dboolean_or_test_callback_interface.cc94 v8::Local<v8::Value> ToV8(const BooleanOrTestCallbackInterface& impl, v8::Local<v8::Object> creatio… in ToV8() function
H A Dnode_or_node_list.cc97 v8::Local<v8::Value> ToV8(const NodeOrNodeList& impl, v8::Local<v8::Object> creationContext, v8::Is… in ToV8() function
H A Dtest_interface_or_test_interface_empty.cc98 v8::Local<v8::Value> ToV8(const TestInterfaceOrTestInterfaceEmpty& impl, v8::Local<v8::Object> crea… in ToV8() function
H A Dbyte_string_or_node_list.cc96 v8::Local<v8::Value> ToV8(const ByteStringOrNodeList& impl, v8::Local<v8::Object> creationContext, … in ToV8() function
H A Dstring_treat_null_as_empty_string_or_long.cc92 v8::Local<v8::Value> ToV8(const StringTreatNullAsEmptyStringOrLong& impl, v8::Local<v8::Object> cre… in ToV8() function
H A Dboolean_or_element_sequence.cc108 v8::Local<v8::Value> ToV8(const BooleanOrElementSequence& impl, v8::Local<v8::Object> creationConte… in ToV8() function
H A Ddouble_or_string.cc92 v8::Local<v8::Value> ToV8(const DoubleOrString& impl, v8::Local<v8::Object> creationContext, v8::Is… in ToV8() function
H A Dxml_http_request_or_string.cc92 v8::Local<v8::Value> ToV8(const XMLHttpRequestOrString& impl, v8::Local<v8::Object> creationContext… in ToV8() function
H A Dfloat_or_boolean.cc97 v8::Local<v8::Value> ToV8(const FloatOrBoolean& impl, v8::Local<v8::Object> creationContext, v8::Is… in ToV8() function
H A Dlong_or_boolean.cc97 v8::Local<v8::Value> ToV8(const LongOrBoolean& impl, v8::Local<v8::Object> creationContext, v8::Iso… in ToV8() function

123