MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / Create

Method Create

source/script_object.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56//
57
58Object *Object::Create()
59{
60 Object *obj = new Object();
61 obj->SetBase(Object::sPrototype);
62 return obj;
63}
64
65Object *Object::Create(ExprTokenType *aParam[], int aParamCount, ResultToken *apResultToken)
66{

Callers

nothing calls this directly

Calls 10

TokenToStringFunction · 0.85
TokenToObjectFunction · 0.85
ErrorMethod · 0.80
SetInternalCapacityMethod · 0.80
SetOwnPropMethod · 0.80
MemoryErrorMethod · 0.80
SetItemsMethod · 0.80
InsertAtMethod · 0.80
SetBaseMethod · 0.45
ReleaseMethod · 0.45

Tested by

no test coverage detected