Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:construct

349         (KJS::::construct):
1901 Move call function to CallData.cpp and construct to ConstructData.cpp.
2737 (KJS::::construct):
4406 - Eliminated the implementsCall, callAsFunction and construct virtual
4456 (KJS::::construct):
4580 (KJS::construct):
4715 (KJS::NativeErrorConstructor::construct):
5042 (KJS::JSFunction::construct):
5230 (KJS::ArrayConstructor::construct):
5236 (KJS::BooleanConstructor::construct):
5241 (KJS::FunctionConstructor::construct):
5249 (KJS::JSFunction::construct):
5313 (KJS::NumberConstructor::construct):
5327 (KJS::RegExpConstructor::construct):
5339 (KJS::DateConstructor::construct):
5379 (KJS::ErrorConstructor::construct):
5382 (KJS::NativeErrorConstructor::construct):
5408 (KJS::ObjectConstructor::construct):
5447 (KJS::StringConstructor::construct):
5662 (KJS::FunctionConstructor::construct):
5915 (KJS::JSCallbackConstructor::construct):
5922 (KJS::::construct):
5953 (KJS::ArrayConstructor::construct):
5959 (KJS::BooleanConstructor::construct):
5970 (KJS::FunctionConstructor::construct):
5981 (KJS::JSFunction::construct):
6005 (KJS::JSNotAnObject::construct):
6010 (KJS::JSObject::construct):
6041 (KJS::NumberConstructor::construct):
6053 (KJS::RegExpConstructor::construct):
6073 (KJS::DateConstructor::construct):
6126 (KJS::ErrorConstructor::construct):
6128 (KJS::NativeErrorConstructor::construct):
6152 (KJS::ObjectConstructor::construct):
6189 (KJS::StringConstructor::construct):
6388 (KJS::ArrayConstructor::construct):
6398 (KJS::BooleanConstructor::construct):
6405 (KJS::DateConstructor::construct):
6414 (KJS::ErrorConstructor::construct):
6418 (KJS::NativeErrorConstructor::construct):
6436 (KJS::FunctionConstructor::construct):
6465 (KJS::NumberConstructor::construct):
6474 (KJS::ObjectConstructor::construct):
6511 (KJS::RegExpConstructor::construct):
6558 (KJS::StringConstructor::construct):
6618 (KJS::ArrayObjectImp::construct):
6634 (KJS::JSFunction::construct):
6641 (KJS::FunctionObjectImp::construct):
7616 (KJS::FunctionObjectImp::construct):
7993 (KJS::FunctionObjectImp::construct): Removed an obsolete comment.
8155 construct, ret and end opcodes.
8331 (FunctionObjectImp::construct): Pass a line number of 1 instead of 0 to construct().
9270 (KJS::FunctionObjectImp::construct):
9850 (KJS::FunctionObjectImp::construct):
10132 (KJS::FunctionObjectImp::construct): Give the parser a UStringSourceProvider.
10805 (KJS::Machine::privateExecute): Don't construct a ScopeChain object,
12124 (1) In "with" and "catch" scopes, we would construct a ScopeChain
12151 - throw proper exceptions for objects that don't implement call or construct
12204 underflow. I implemented using the copy construct and swap idiom.
13288 (KJS::::construct):
13313 (KJS::FunctionImp::construct):
13381 (KJS::JSNotAnObject::construct):
15023 (KJS::FunctionObjectImp::construct):
15947 (KJS::ArrayObjectImp::construct):
15952 (KJS::BooleanObjectImp::construct):
16000 (KJS::DateObjectImp::construct):
16040 (KJS::ErrorObjectImp::construct):
16043 (KJS::NativeErrorImp::construct):
16046 (KJS::FunctionImp::construct):
16061 (KJS::FunctionObjectImp::construct):
16165 (KJS::NumberObjectImp::construct):
16181 (KJS::ObjectObjectImp::construct):
16243 (KJS::StringObjectImp::construct):
16539 (KJS::ArrayObjectImp::construct):
16544 (KJS::BooleanObjectImp::construct):
16549 (KJS::DateObjectImp::construct):
16589 (KJS::ErrorObjectImp::construct):
16592 (KJS::NativeErrorImp::construct):
16595 (KJS::FunctionImp::construct):
16610 (KJS::FunctionObjectImp::construct):
16700 (KJS::NumberObjectImp::construct):
16713 (KJS::ObjectObjectImp::construct):
16765 (KJS::StringObjectImp::construct):
16942 Also, construct globalExec.
16969 m_emptyList and m_propertyNames to the same structure, making ExecState faster to construct
17179 inherit from GenericHashTraits, and define construct/isDeletedValue rather than
17181 defined construct/isDeletedValue. Eliminated DeletedValueAssigner. Changed
17182 PairHashTraits to define construct/isDeletedValue, and also merged
17187 HashTableDeletedValue. Used that type to make a new constructor to construct
19369 (KJS::FunctionObjectImp::construct):
19764 (KJS::FunctionObjectImp::construct):
19986 (KJS::FunctionObjectImp::construct): Removed Internal flag.
20359 (KJS::RegExpObjectImp::construct): Ditto.
20403 (KJS::FunctionObjectImp::construct): Ditto.
20486 (KJS::FunctionObjectImp::construct): Use putDirect instead of put.
21006 (KJS::Bindings::QtRuntimeObjectImp::construct):
21369 (KJS::BooleanObjectImp::construct):
22418 (KJS::ErrorObjectImp::construct):
22423 (KJS::NativeErrorImp::construct):
22494 (FunctionObjectImp::construct): Use exec->emptyList() instead of List::empty().
22657 (KJS::ArrayObjectImp::construct):
22772 (KJS::NumberObjectImp::construct):
25620 (JSGlobalContextCreate): Construct and set the interpreter's global object separately. When globalObjectClass
25808 (FunctionObjectImp::construct):
26571 (KJS::RegExpObjectImp::construct):
27714 (KJS::RegExpObjectImp::construct): use UString::find(UChar)
27807 (BooleanObjectImp::construct): Removed questionable use of iterator.
27821 (RegExpObjectImp::construct): Removed redundant function calls.
27824 (KJS::StringObjectImp::construct): Removed questionable use of iterator.
29123 (KJS::DateObjectImp::construct):
29884 (KJS::DateObjectImp::construct): Removed unnecessary checks of numArgs in cases
30191 (KJS::::construct):
31050 (KJS::FunctionImp::construct):
31058 (FunctionObjectImp::construct):