Home
last modified time | relevance | path

Searched refs:fromPropertyDescriptor (Results 1 – 13 of 13) sorted by relevance

/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dpropertydescriptor.h39 JSObject *fromPropertyDescriptor(ExecState *exec);
H A Dpropertydescriptor.cpp59 JSObject *PropertyDescriptor::fromPropertyDescriptor(ExecState *exec) in fromPropertyDescriptor() function in KJS::PropertyDescriptor
H A Dobject_object.cpp316 return desc.fromPropertyDescriptor(exec); in callAsFunction()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4objectproto_p.h116 …static ReturnedValue fromPropertyDescriptor(ExecutionEngine *engine, const Property *desc, Propert…
H A Dqv4objectproto.cpp176 return fromPropertyDescriptor(scope.engine, desc, attrs); in method_getOwnPropertyDescriptor()
200 entry = fromPropertyDescriptor(scope.engine, pd, attrs); in method_getOwnPropertyDescriptors()
875 ReturnedValue ObjectPrototype::fromPropertyDescriptor(ExecutionEngine *engine, const Property *desc… in fromPropertyDescriptor() function in ObjectPrototype
H A Dqv4proxy.cpp331 cdata.args[2] = ObjectPrototype::fromPropertyDescriptor(scope.engine, p, attrs); in virtualDefineOwnProperty()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4objectproto_p.h116 …static ReturnedValue fromPropertyDescriptor(ExecutionEngine *engine, const Property *desc, Propert…
H A Dqv4objectproto.cpp176 return fromPropertyDescriptor(scope.engine, desc, attrs); in method_getOwnPropertyDescriptor()
200 entry = fromPropertyDescriptor(scope.engine, pd, attrs); in method_getOwnPropertyDescriptors()
875 ReturnedValue ObjectPrototype::fromPropertyDescriptor(ExecutionEngine *engine, const Property *desc… in fromPropertyDescriptor() function in ObjectPrototype
H A Dqv4proxy.cpp331 cdata.args[2] = ObjectPrototype::fromPropertyDescriptor(scope.engine, p, attrs); in virtualDefineOwnProperty()
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/
H A Dproperty.go199 func (self *_runtime) fromPropertyDescriptor(descriptor _property) *_object { func
H A Dbuiltin_object.go114 return toValue_object(call.runtime.fromPropertyDescriptor(*descriptor))
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/
H A Dproperty.go199 func (self *_runtime) fromPropertyDescriptor(descriptor _property) *_object { func
H A Dbuiltin_object.go114 return toValue_object(call.runtime.fromPropertyDescriptor(*descriptor))