Home
last modified time | relevance | path

Searched refs:virtualCallAsConstructor (Results 1 – 25 of 80) sorted by relevance

1234

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4errorobject_p.h233 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
242 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
250 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
258 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
266 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
274 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
282 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
H A Dqv4errorobject.cpp232 ReturnedValue ErrorCtor::virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int a… in virtualCallAsConstructor() function in ErrorCtor
248 ReturnedValue EvalErrorCtor::virtualCallAsConstructor(const FunctionObject *f, const Value *argv, i… in virtualCallAsConstructor() function in EvalErrorCtor
259 ReturnedValue RangeErrorCtor::virtualCallAsConstructor(const FunctionObject *f, const Value *argv, … in virtualCallAsConstructor() function in RangeErrorCtor
270 ReturnedValue ReferenceErrorCtor::virtualCallAsConstructor(const FunctionObject *f, const Value *ar… in virtualCallAsConstructor() function in ReferenceErrorCtor
281 ReturnedValue SyntaxErrorCtor::virtualCallAsConstructor(const FunctionObject *f, const Value *argv,… in virtualCallAsConstructor() function in SyntaxErrorCtor
292 ReturnedValue TypeErrorCtor::virtualCallAsConstructor(const FunctionObject *f, const Value *argv, i… in virtualCallAsConstructor() function in TypeErrorCtor
303 ReturnedValue URIErrorCtor::virtualCallAsConstructor(const FunctionObject *f, const Value *argv, in… in virtualCallAsConstructor() function in URIErrorCtor
H A Dqv4functionobject_p.h240 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
287 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *, const Value *argv, int argc,…
300 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *, const Value *argv, int argc,…
306 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *, const Value *argv, int argc,…
322 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *, const Value *argv, int argc,…
H A Dqv4proxy_p.h124 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
132 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
H A Dqv4setobject_p.h96 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
104 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
H A Dqv4mapobject_p.h94 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
102 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
H A Dqv4arraybuffer_p.h106 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
114 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
H A Dqv4functionobject.cpp279 ReturnedValue FunctionCtor::virtualCallAsConstructor(const FunctionObject *f, const Value *argv, in… in virtualCallAsConstructor() function in FunctionCtor
303 return virtualCallAsConstructor(f, argv, argc, f); in virtualCall()
471 ReturnedValue ScriptFunction::virtualCallAsConstructor(const FunctionObject *fo, const Value *argv,… in virtualCallAsConstructor() function in ScriptFunction
585 ReturnedValue ConstructorFunction::virtualCallAsConstructor(const FunctionObject *f, const Value *a… in virtualCallAsConstructor() function in ConstructorFunction
589 return ScriptFunction::virtualCallAsConstructor(f, argv, argc, newTarget); in virtualCallAsConstructor()
630 ReturnedValue DefaultClassConstructorFunction::virtualCallAsConstructor(const FunctionObject *f, co… in virtualCallAsConstructor() function in DefaultClassConstructorFunction
736 ReturnedValue BoundFunction::virtualCallAsConstructor(const FunctionObject *fo, const Value *argv, … in virtualCallAsConstructor() function in BoundFunction
H A Dqv4booleanobject_p.h73 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *, const Value *argv, int argc,…
H A Dqv4vtable_p.h152 static constexpr VTable::CallAsConstructor virtualCallAsConstructor = nullptr; member
194 classname::virtualCallAsConstructor, \
H A Dqv4numberobject_p.h82 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
H A Dqv4symbol_p.h86 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *, const Value *argv, int argc,…
H A Dqv4dataview_p.h82 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4errorobject_p.h233 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
242 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
250 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
258 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
266 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
274 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
282 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
H A Dqv4errorobject.cpp232 ReturnedValue ErrorCtor::virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int a… in virtualCallAsConstructor() function in ErrorCtor
248 ReturnedValue EvalErrorCtor::virtualCallAsConstructor(const FunctionObject *f, const Value *argv, i… in virtualCallAsConstructor() function in EvalErrorCtor
259 ReturnedValue RangeErrorCtor::virtualCallAsConstructor(const FunctionObject *f, const Value *argv, … in virtualCallAsConstructor() function in RangeErrorCtor
270 ReturnedValue ReferenceErrorCtor::virtualCallAsConstructor(const FunctionObject *f, const Value *ar… in virtualCallAsConstructor() function in ReferenceErrorCtor
281 ReturnedValue SyntaxErrorCtor::virtualCallAsConstructor(const FunctionObject *f, const Value *argv,… in virtualCallAsConstructor() function in SyntaxErrorCtor
292 ReturnedValue TypeErrorCtor::virtualCallAsConstructor(const FunctionObject *f, const Value *argv, i… in virtualCallAsConstructor() function in TypeErrorCtor
303 ReturnedValue URIErrorCtor::virtualCallAsConstructor(const FunctionObject *f, const Value *argv, in… in virtualCallAsConstructor() function in URIErrorCtor
H A Dqv4functionobject_p.h240 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
287 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *, const Value *argv, int argc,…
300 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *, const Value *argv, int argc,…
306 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *, const Value *argv, int argc,…
322 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *, const Value *argv, int argc,…
H A Dqv4setobject_p.h96 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
104 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
H A Dqv4proxy_p.h124 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
132 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
H A Dqv4mapobject_p.h94 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
102 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
H A Dqv4arraybuffer_p.h106 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
114 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
H A Dqv4functionobject.cpp279 ReturnedValue FunctionCtor::virtualCallAsConstructor(const FunctionObject *f, const Value *argv, in… in virtualCallAsConstructor() function in FunctionCtor
303 return virtualCallAsConstructor(f, argv, argc, f); in virtualCall()
471 ReturnedValue ScriptFunction::virtualCallAsConstructor(const FunctionObject *fo, const Value *argv,… in virtualCallAsConstructor() function in ScriptFunction
585 ReturnedValue ConstructorFunction::virtualCallAsConstructor(const FunctionObject *f, const Value *a… in virtualCallAsConstructor() function in ConstructorFunction
589 return ScriptFunction::virtualCallAsConstructor(f, argv, argc, newTarget); in virtualCallAsConstructor()
630 ReturnedValue DefaultClassConstructorFunction::virtualCallAsConstructor(const FunctionObject *f, co… in virtualCallAsConstructor() function in DefaultClassConstructorFunction
736 ReturnedValue BoundFunction::virtualCallAsConstructor(const FunctionObject *fo, const Value *argv, … in virtualCallAsConstructor() function in BoundFunction
H A Dqv4booleanobject_p.h73 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *, const Value *argv, int argc,…
H A Dqv4vtable_p.h152 static constexpr VTable::CallAsConstructor virtualCallAsConstructor = nullptr; member
194 classname::virtualCallAsConstructor, \
H A Dqv4numberobject_p.h82 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *f, const Value *argv, int argc…
H A Dqv4symbol_p.h86 …static ReturnedValue virtualCallAsConstructor(const FunctionObject *, const Value *argv, int argc,…

1234