![]() |
Qt 6.x
The Qt SDK
|
#include <qv4urlobject_p.h>
Inheritance diagram for QV4::UrlPrototype:
Collaboration diagram for QV4::UrlPrototype:Static Public Member Functions | |
| static ReturnedValue | method_getHash (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
| static ReturnedValue | method_setHash (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
| static ReturnedValue | method_getHost (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
| static ReturnedValue | method_setHost (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
| static ReturnedValue | method_getHostname (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
| static ReturnedValue | method_setHostname (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
| static ReturnedValue | method_getHref (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
| static ReturnedValue | method_setHref (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
| static ReturnedValue | method_getOrigin (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
| static ReturnedValue | method_getPassword (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
| static ReturnedValue | method_setPassword (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
| static ReturnedValue | method_getPathname (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
| static ReturnedValue | method_setPathname (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
| static ReturnedValue | method_getPort (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
| static ReturnedValue | method_setPort (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
| static ReturnedValue | method_getProtocol (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
| static ReturnedValue | method_setProtocol (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
| static ReturnedValue | method_getSearch (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
| static ReturnedValue | method_setSearch (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
| static ReturnedValue | method_getUsername (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
| static ReturnedValue | method_setUsername (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
| static ReturnedValue | method_getSearchParams (const FunctionObject *, const Value *thisObject, const Value *argv, int argc) |
Static Public Member Functions inherited from QV4::Object | |
| static ReturnedValue | getValue (const Value *thisObject, const Value &v, PropertyAttributes attrs) |
| static ReturnedValue | getValueAccessor (const Value *thisObject, const Value &v, PropertyAttributes attrs) |
| static ReturnedValue | checkedInstanceOf (ExecutionEngine *engine, const FunctionObject *typeObject, const Value &var) |
Static Public Member Functions inherited from QV4::Value | |
| static constexpr Value | fromStaticValue (StaticValue staticValue) |
| static Value | fromHeapObject (HeapBasePtr m) |
| static bool | toBooleanImpl (Value val) |
| static double | toNumberImpl (Value v) |
| static Heap::String * | toString (ExecutionEngine *e, Value val) |
| static Heap::Object * | toObject (ExecutionEngine *e, Value val) |
| static constexpr Value | fromReturnedValue (ReturnedValue val) |
| static double | toInteger (double d) |
| static int | toInt32 (double d) |
| static unsigned int | toUInt32 (double d) |
| static constexpr Value | emptyValue () |
| static constexpr Value | fromBoolean (bool b) |
| static constexpr Value | fromInt32 (int i) |
| static constexpr Value | undefinedValue () |
| static constexpr Value | nullValue () |
| static Value | fromDouble (double d) |
| static Value | fromUInt32 (uint i) |
Static Public Member Functions inherited from QV4::StaticValue | |
| static int | valueOffset () |
| static int | tagOffset () |
| static constexpr quint64 | tagValue (quint32 tag, quint32 value) |
| static constexpr quint64 | tagBitMask (TagBit bit) |
| static bool | integerCompatible (StaticValue a, StaticValue b) |
| static bool | bothDouble (StaticValue a, StaticValue b) |
| static QV4_NEARLY_ALWAYS_INLINE bool | isInt32 (double d) |
| static constexpr StaticValue | fromReturnedValue (ReturnedValue val) |
| static constexpr StaticValue | emptyValue () |
| static constexpr StaticValue | fromBoolean (bool b) |
| static constexpr StaticValue | fromInt32 (int i) |
| static constexpr StaticValue | undefinedValue () |
| static constexpr StaticValue | nullValue () |
| static StaticValue | fromDouble (double d) |
| static StaticValue | fromUInt32 (uint i) |
| static double | toInteger (double d) |
| static int | toInt32 (double d) |
| static unsigned int | toUInt32 (double d) |
Definition at line 140 of file qv4urlobject_p.h.
| void UrlPrototype::init | ( | ExecutionEngine * | engine, |
| Object * | ctor | ||
| ) |
Definition at line 26 of file qv4urlobject.cpp.
|
static |
Definition at line 307 of file qv4urlobject.cpp.
References checkUrlObjectType(), QV4::ExecutionEngine::newString(), and QV4::Encode::undefined().
Here is the call graph for this function:
|
static |
Definition at line 341 of file qv4urlobject.cpp.
References checkUrlObjectType(), QV4::ExecutionEngine::newString(), and QV4::Encode::undefined().
Here is the call graph for this function:
|
static |
Definition at line 377 of file qv4urlobject.cpp.
References checkUrlObjectType(), QV4::ExecutionEngine::newString(), and QV4::Encode::undefined().
Here is the call graph for this function:
|
static |
Definition at line 413 of file qv4urlobject.cpp.
References checkUrlObjectType(), QV4::ExecutionEngine::newString(), and QV4::Encode::undefined().
Here is the call graph for this function:
|
static |
Definition at line 449 of file qv4urlobject.cpp.
References checkUrlObjectType(), QV4::ExecutionEngine::newString(), and QV4::Encode::undefined().
Here is the call graph for this function:
|
static |
Definition at line 462 of file qv4urlobject.cpp.
References checkUrlObjectType(), QV4::ExecutionEngine::newString(), and QV4::Encode::undefined().
Here is the call graph for this function:
|
static |
Definition at line 496 of file qv4urlobject.cpp.
References checkUrlObjectType(), QV4::ExecutionEngine::newString(), and QV4::Encode::undefined().
Here is the call graph for this function:
|
static |
Definition at line 530 of file qv4urlobject.cpp.
References checkUrlObjectType(), QV4::ExecutionEngine::newString(), and QV4::Encode::undefined().
Here is the call graph for this function:
|
static |
Definition at line 571 of file qv4urlobject.cpp.
References checkUrlObjectType(), QV4::ExecutionEngine::newString(), and QV4::Encode::undefined().
Here is the call graph for this function:
|
static |
Definition at line 605 of file qv4urlobject.cpp.
References checkUrlObjectType(), QV4::ExecutionEngine::newString(), and QV4::Encode::undefined().
Here is the call graph for this function:
|
static |
Definition at line 673 of file qv4urlobject.cpp.
References QV4::Value::as(), QV4::Scoped< T >::asReturnedValue(), checkUrlObjectType(), QV4::ExecutionEngine::newUrlSearchParamsObject(), and QV4::Encode::undefined().
Here is the call graph for this function:
|
static |
Definition at line 639 of file qv4urlobject.cpp.
References checkUrlObjectType(), QV4::ExecutionEngine::newString(), and QV4::Encode::undefined().
Here is the call graph for this function:
|
static |
Definition at line 320 of file qv4urlobject.cpp.
References arg, checkUrlObjectType(), QV4::ExecutionEngine::throwTypeError(), QV4::String::toQString(), and QV4::Encode::undefined().
Here is the call graph for this function:
|
static |
Definition at line 354 of file qv4urlobject.cpp.
References arg, checkUrlObjectType(), QV4::ExecutionEngine::throwTypeError(), QV4::String::toQString(), and QV4::Encode::undefined().
Here is the call graph for this function:
|
static |
Definition at line 390 of file qv4urlobject.cpp.
References arg, checkUrlObjectType(), QV4::ExecutionEngine::throwTypeError(), QV4::String::toQString(), and QV4::Encode::undefined().
Here is the call graph for this function:
|
static |
Definition at line 426 of file qv4urlobject.cpp.
References arg, checkUrlObjectType(), QV4::ExecutionEngine::throwTypeError(), QV4::String::toQString(), and QV4::Encode::undefined().
Here is the call graph for this function:
|
static |
Definition at line 475 of file qv4urlobject.cpp.
References arg, checkUrlObjectType(), QV4::ExecutionEngine::throwTypeError(), QV4::String::toQString(), and QV4::Encode::undefined().
Here is the call graph for this function:
|
static |
Definition at line 509 of file qv4urlobject.cpp.
References arg, checkUrlObjectType(), QV4::ExecutionEngine::throwTypeError(), QV4::String::toQString(), and QV4::Encode::undefined().
Here is the call graph for this function:
|
static |
Definition at line 543 of file qv4urlobject.cpp.
References arg, checkUrlObjectType(), QString::number(), QV4::ExecutionEngine::throwTypeError(), QV4::String::toQString(), and QV4::Encode::undefined().
Here is the call graph for this function:
|
static |
Definition at line 584 of file qv4urlobject.cpp.
References arg, checkUrlObjectType(), QV4::ExecutionEngine::throwTypeError(), QV4::String::toQString(), and QV4::Encode::undefined().
Here is the call graph for this function:
|
static |
Definition at line 618 of file qv4urlobject.cpp.
References arg, checkUrlObjectType(), QV4::ExecutionEngine::throwTypeError(), QV4::String::toQString(), and QV4::Encode::undefined().
Here is the call graph for this function:
|
static |
Definition at line 652 of file qv4urlobject.cpp.
References arg, checkUrlObjectType(), QV4::ExecutionEngine::throwTypeError(), QV4::String::toQString(), and QV4::Encode::undefined().
Here is the call graph for this function: