Lines Matching full:moved
515 - Moved JSRetainPtr to the API.
3864 (JavaMethod::~JavaMethod): Moved from header, for clarity.
4185 a @try block. I moved all JavaScript stuff outside of the @try blocks, and
4465 * kjs/DateMath.h: Moved forward declarations to the top of the file
4509 (KJS::Interpreter::initGlobalObject): Moved Identifier::init() call to
5161 Moved protect counting into the RootObject class, to emphasize that
5315 * API/JSStringRef.cpp: Moved CF related implementations to JSStringRefCF.cpp.
5317 * API/JSStringRef.h: Moved CF related declarations to JSStringRefCF.h. Added
5656 (pcre_compile2): Moved variable declarations to top of their respective enclosing blocks.
5747 * pcre/ucp_findchar.c: Removed. Contents moved to pcre_ucp_findchar.c.
7992 (KJS::FunctionImp::scope): moved here from JSObject
8447 * API/JSNode.c: Moved ref into the initialize method, for better encapsulation,
8481 - Moved hasInstance implementation from InternalFunctionImp to JSObject
8857 - Moved the arguments passed to JSClassCreate into a single structure,
8868 - Also moved JSClass* functions in the API to JSObjectRef.cpp, since they're
8971 Moved JSCheckScriptSyntax, JSEvaluateScript, and JSGarbageCollect into
8988 Moved JavaScriptCore to be a public framework.
9085 - Moved standard library includes into the headers that actually require them.
9131 so I moved their release calls to the end of main(). I got rid of 'Buf' in *Buf
9378 Moved KJS_GetCreatedJavaVMs to jni_utility.cpp.
9678 Moved some code around for more logical file separation.
10135 * JavaScriptCore.xcodeproj/project.pbxproj: Moved testapi.c to the testapi
10833 but not on others; moved here from various files in WebCore
11445 Moved KJS_MAX_STACK into the .cpp file.
11619 be considered. Moved emptyValue out of GenericHashTraitsBase into GenericHashTraits.
11874 Moved bogus invokeDefaultMethod() to superclass.
12187 (KJS::ContextImp::pushIteration): moved here from LabelStack
12571 Moved mac-specific logging logic up into WebCore.
14380 quotes instead of angle brackets. Moved dtoa.h include to the top.
14385 quotes instead of angle brackets. Moved lexer.h include to the top.
14387 quotes instead of angle brackets. Moved ustring.h include to the top.
14822 (KJS::throwSetterError): Moved this piece of put into a seprate function
14835 (KJS::JSCell::isObject): Moved lower to be after inline methods it uses.
14847 * kjs/value.h: Moved some things to object.h to make -Winline happier
15512 (KJS::Collector::protect): Moved code here from ProtectedValues::increaseProtectCount
16322 - Moved support for backreferences into the new static hash table
16380 Moved declarations of helper classes and functions into the cpp file.
16950 (FuncDeclNode::execute): Moved here, no longer inline.
17000 I also moved SharedPtr and the assertion code from WebCore into a
17675 (KJS::DateObjectImp::construct): moved variable declaration to proper scope
17676 (KJS::DateObjectFuncImp::callAsFunction): moved variable declaration to proper scope
18279 (KJS::List::release): Moved the code from deallocateListImp in here -- it wasn't being
20664 * kjs/list.h: Moved the operator= function into the .cpp file since it's too big to be
20666 * kjs/list.cpp: (KJS::List::operator=): Moved this formerly-inline function into a separate
21154 (KJS::ListImp::markValues): Moved implementation from List::markValues
21814 Moved boolean checks prior to NSNumber checks. booleans are
22988 (-[WebScriptObject dealloc]): Moved removeNativeReference call here from private object.
23140 - moved to new symlink technique for embedding frameworks
25455 LiveConnect: Moved defaultValue into concrete implementation because
26105 (KJS::PropertyValueNode::PropertyValueNode): Moved before ObjectLiteralNode so the
26111 backwards list. Also, made the constructors inline (moved here from .cpp file).
26115 (KJS::StatListNode::StatListNode): Make this constructor no longer inline (moved into
26122 (KJS::BlockNode::BlockNode): Make this constructor no longer inline (moved into .cpp file).
26129 (KJS::CaseBlockNode::CaseBlockNode): Make this constructor no longer inline (moved into
26141 (StatListNode::StatListNode): Moved this constructor here, no longer inline.
26146 (BlockNode::BlockNode): Moved this constructor here, no longer inline.
26149 (CaseBlockNode::CaseBlockNode): Moved this constructor here, no longer inline.
26151 (SourceElementsNode::SourceElementsNode): Moved this constructor here, no longer inline.