Home
last modified time | relevance | path

Searched refs:DefineAccessorProperty (Results 1 – 25 of 30) sorted by relevance

12

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/
H A Dobject_test.go23 err = o.DefineAccessorProperty("accessor_ro", r.ToValue(func() int {
30 err = o.DefineAccessorProperty("accessor_rw",
H A Dvalue.go734 func (o *Object) DefineAccessorProperty(name string, getter, setter Value, configurable, enumerable… func
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DObjectOperations.h101 extern bool DefineAccessorProperty(JSContext* cx, JS::Handle<JSObject*> obj,
111 extern bool DefineAccessorProperty(JSContext* cx, JS::Handle<JSObject*> obj,
H A DJSObject.cpp2363 bool js::DefineAccessorProperty(JSContext* cx, HandleObject obj, HandleId id, in DefineAccessorProperty() function in js
2389 bool js::DefineAccessorProperty(JSContext* cx, HandleObject obj, HandleId id, in DefineAccessorProperty() function in js
2393 if (!DefineAccessorProperty(cx, obj, id, getter, setter, attrs, result)) { in DefineAccessorProperty()
H A DInterpreter.cpp4865 return DefineAccessorProperty(cx, obj, id, val, nullptr, attrs); in InitGetterSetterOperation()
4871 return DefineAccessorProperty(cx, obj, id, nullptr, val, attrs); in InitGetterSetterOperation()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DObjectOperations.h100 extern bool DefineAccessorProperty(JSContext* cx, JS::Handle<JSObject*> obj,
110 extern bool DefineAccessorProperty(JSContext* cx, JS::Handle<JSObject*> obj,
H A DJSObject.cpp2031 bool js::DefineAccessorProperty(JSContext* cx, HandleObject obj, HandleId id, in DefineAccessorProperty() function in js
2057 bool js::DefineAccessorProperty(JSContext* cx, HandleObject obj, HandleId id, in DefineAccessorProperty() function in js
2061 if (!DefineAccessorProperty(cx, obj, id, getter, setter, attrs, result)) { in DefineAccessorProperty()
H A DPropertyAndElement.cpp103 return js::DefineAccessorProperty(cx, obj, id, getter, setter, attrs); in DefineAccessorPropertyById()
H A DInterpreter.cpp5044 return DefineAccessorProperty(cx, obj, id, val, nullptr, attrs); in InitGetterSetterOperation()
5050 return DefineAccessorProperty(cx, obj, id, nullptr, val, attrs); in InitGetterSetterOperation()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DObjectOperations.h101 extern bool DefineAccessorProperty(JSContext* cx, JS::Handle<JSObject*> obj,
111 extern bool DefineAccessorProperty(JSContext* cx, JS::Handle<JSObject*> obj,
H A DJSObject.cpp2363 bool js::DefineAccessorProperty(JSContext* cx, HandleObject obj, HandleId id, in DefineAccessorProperty() function in js
2389 bool js::DefineAccessorProperty(JSContext* cx, HandleObject obj, HandleId id, in DefineAccessorProperty() function in js
2393 if (!DefineAccessorProperty(cx, obj, id, getter, setter, attrs, result)) { in DefineAccessorProperty()
H A DInterpreter.cpp4865 return DefineAccessorProperty(cx, obj, id, val, nullptr, attrs); in InitGetterSetterOperation()
4871 return DefineAccessorProperty(cx, obj, id, nullptr, val, attrs); in InitGetterSetterOperation()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DObjectOperations.h101 extern bool DefineAccessorProperty(JSContext* cx, JS::Handle<JSObject*> obj,
111 extern bool DefineAccessorProperty(JSContext* cx, JS::Handle<JSObject*> obj,
H A DJSObject.cpp2711 bool js::DefineAccessorProperty(JSContext* cx, HandleObject obj, HandleId id, in DefineAccessorProperty() function in js
2741 bool js::DefineAccessorProperty(JSContext* cx, HandleObject obj, HandleId id, in DefineAccessorProperty() function in js
2745 if (!DefineAccessorProperty(cx, obj, id, getter, setter, attrs, result)) { in DefineAccessorProperty()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/
H A Dobject_test.go18 err = o.DefineAccessorProperty("accessor_ro", r.ToValue(func() int {
25 err = o.DefineAccessorProperty("accessor_rw",
H A Dvalue.go805 func (o *Object) DefineAccessorProperty(name string, getter, setter Value, configurable, enumerable… func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/
H A Dobject_test.go18 err = o.DefineAccessorProperty("accessor_ro", r.ToValue(func() int {
25 err = o.DefineAccessorProperty("accessor_rw",
H A Dvalue.go805 func (o *Object) DefineAccessorProperty(name string, getter, setter Value, configurable, enumerable… func
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DJSObject.h748 extern bool DefineAccessorProperty(JSContext* cx, HandleObject obj, HandleId id,
756 extern bool DefineAccessorProperty(JSContext* cx, HandleObject obj,
781 extern bool DefineAccessorProperty(JSContext* cx, HandleObject obj, HandleId id,
789 extern bool DefineAccessorProperty(JSContext* cx, HandleObject obj,
H A DJSObject.cpp2571 bool js::DefineAccessorProperty(JSContext* cx, HandleObject obj, HandleId id, in DefineAccessorProperty() function in js
2597 bool js::DefineAccessorProperty(JSContext* cx, HandleObject obj, in DefineAccessorProperty() function in js
2602 return DefineAccessorProperty(cx, obj, id, getter, setter, attrs, result); in DefineAccessorProperty()
2617 return DefineAccessorProperty(cx, obj, id, getter, setter, attrs, result); in DefineAccessorElement()
2628 bool js::DefineAccessorProperty(JSContext* cx, HandleObject obj, HandleId id, in DefineAccessorProperty() function in js
2632 if (!DefineAccessorProperty(cx, obj, id, getter, setter, attrs, result)) in DefineAccessorProperty()
2654 bool js::DefineAccessorProperty(JSContext* cx, HandleObject obj, in DefineAccessorProperty() function in js
2658 return DefineAccessorProperty(cx, obj, id, getter, setter, attrs); in DefineAccessorProperty()
2672 return DefineAccessorProperty(cx, obj, id, getter, setter, attrs); in DefineAccessorElement()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dapi-natives.cc63 MaybeHandle<Object> DefineAccessorProperty( in DefineAccessorProperty() function
249 isolate, DefineAccessorProperty(isolate, obj, name, getter, setter, in ConfigureInstance()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/api/
H A Dapi-natives.cc70 MaybeHandle<Object> DefineAccessorProperty( in DefineAccessorProperty() function
256 DefineAccessorProperty(isolate, obj, name, getter, in ConfigureInstance()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/api/
H A Dapi-natives.cc70 MaybeHandle<Object> DefineAccessorProperty( in DefineAccessorProperty() function
256 DefineAccessorProperty(isolate, obj, name, getter, in ConfigureInstance()
/dports/lang/v8/v8-9.6.180.12/src/api/
H A Dapi-natives.cc72 MaybeHandle<Object> DefineAccessorProperty(Isolate* isolate, in DefineAccessorProperty() function
257 DefineAccessorProperty(isolate, obj, name, getter, in ConfigureInstance()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsapi.cpp1951 return js::DefineAccessorProperty(cx, obj, id, getter, setter, attrs); in DefineAccessorPropertyById()
2028 static bool DefineAccessorProperty(JSContext* cx, HandleObject obj, in DefineAccessorProperty() function
2062 return DefineAccessorProperty(cx, obj, name, NativeOpWrapper(getter), in JS_DefineProperty()

12