Home
last modified time | relevance | path

Searched refs:toPropertyDescriptor (Results 1 – 25 of 50) sorted by relevance

12

/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/
H A Dbuiltin_object.go124 descriptor := toPropertyDescriptor(call.runtime, call.Argument(2))
138 descriptor := toPropertyDescriptor(call.runtime, properties.get(name))
159 descriptor := toPropertyDescriptor(call.runtime, properties.get(name))
H A Dproperty.go118 func toPropertyDescriptor(rt *_runtime, value Value) (descriptor _property) { func
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/
H A Dbuiltin_object.go124 descriptor := toPropertyDescriptor(call.runtime, call.Argument(2))
138 descriptor := toPropertyDescriptor(call.runtime, properties.get(name))
159 descriptor := toPropertyDescriptor(call.runtime, properties.get(name))
H A Dproperty.go118 func toPropertyDescriptor(rt *_runtime, value Value) (descriptor _property) { func
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DObjectConstructor.cpp159 static bool toPropertyDescriptor(ExecState* exec, JSValue in, PropertyDescriptor& desc) in toPropertyDescriptor() function
253 if (!toPropertyDescriptor(exec, args.at(2), descriptor)) in objectConstructorDefineProperty()
274 if (!toPropertyDescriptor(exec, prop, descriptor)) in defineProperties()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DObjectConstructor.cpp159 static bool toPropertyDescriptor(ExecState* exec, JSValue in, PropertyDescriptor& desc) in toPropertyDescriptor() function
253 if (!toPropertyDescriptor(exec, args.at(2), descriptor)) in objectConstructorDefineProperty()
274 if (!toPropertyDescriptor(exec, prop, descriptor)) in defineProperties()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DObjectConstructor.cpp159 static bool toPropertyDescriptor(ExecState* exec, JSValue in, PropertyDescriptor& desc) in toPropertyDescriptor() function
253 if (!toPropertyDescriptor(exec, args.at(2), descriptor)) in objectConstructorDefineProperty()
274 if (!toPropertyDescriptor(exec, prop, descriptor)) in defineProperties()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DObjectConstructor.cpp195 static bool toPropertyDescriptor(ExecState* exec, JSValue in, PropertyDescriptor& desc) in toPropertyDescriptor() function
289 if (!toPropertyDescriptor(exec, exec->argument(2), descriptor)) in objectConstructorDefineProperty()
310 if (!toPropertyDescriptor(exec, prop, descriptor)) in defineProperties()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/
H A Dbuiltin_object.go149 func (r *Runtime) toPropertyDescriptor(v Value) (ret PropertyDescriptor) { func
204 prop: r.toPropertyDescriptor(props.get(itemName, nil)),
232 descr := r.toPropertyDescriptor(call.Argument(2))
H A Dbuiltin_reflect.go32 desc := r.toPropertyDescriptor(call.Argument(2))
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/
H A Dbuiltin_object.go149 func (r *Runtime) toPropertyDescriptor(v Value) (ret PropertyDescriptor) { func
204 prop: r.toPropertyDescriptor(props.get(itemName, nil)),
232 descr := r.toPropertyDescriptor(call.Argument(2))
H A Dbuiltin_reflect.go32 desc := r.toPropertyDescriptor(call.Argument(2))
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4objectproto_p.h115 …static void toPropertyDescriptor(ExecutionEngine *engine, const Value &v, Property *desc, Property…
H A Dqv4objectproto.cpp331 toPropertyDescriptor(scope.engine, attributes, pd, &attrs); in method_defineProperty()
366 toPropertyDescriptor(scope.engine, val, n, &nattrs); in method_defineProperties()
809 void ObjectPrototype::toPropertyDescriptor(ExecutionEngine *engine, const Value &v, Property *desc,… in toPropertyDescriptor() function in ObjectPrototype
H A Dqv4reflect.cpp137 ObjectPrototype::toPropertyDescriptor(scope.engine, attributes, pd, &attrs); in method_defineProperty()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4objectproto_p.h115 …static void toPropertyDescriptor(ExecutionEngine *engine, const Value &v, Property *desc, Property…
H A Dqv4objectproto.cpp331 toPropertyDescriptor(scope.engine, attributes, pd, &attrs); in method_defineProperty()
366 toPropertyDescriptor(scope.engine, val, n, &nattrs); in method_defineProperties()
809 void ObjectPrototype::toPropertyDescriptor(ExecutionEngine *engine, const Value &v, Property *desc,… in toPropertyDescriptor() function in ObjectPrototype
H A Dqv4reflect.cpp137 ObjectPrototype::toPropertyDescriptor(scope.engine, attributes, pd, &attrs); in method_defineProperty()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeArguments.java164 … final PropertyDescriptor desc = toPropertyDescriptor(Global.instance(), propertyDesc);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeArguments.java164 … final PropertyDescriptor desc = toPropertyDescriptor(Global.instance(), propertyDesc);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeArguments.java164 … final PropertyDescriptor desc = toPropertyDescriptor(Global.instance(), propertyDesc);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeArguments.java164 … final PropertyDescriptor desc = toPropertyDescriptor(Global.instance(), propertyDesc);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeArguments.java164 … final PropertyDescriptor desc = toPropertyDescriptor(Global.instance(), propertyDesc);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/objects/
H A DNativeArguments.java164 … final PropertyDescriptor desc = toPropertyDescriptor(Global.instance(), propertyDesc);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/objects/
H A DNativeArguments.java164 … final PropertyDescriptor desc = toPropertyDescriptor(Global.instance(), propertyDesc);

12