Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:moved

520         * VM/Opcode.cpp:               SamplingTool moved to SamplingTool.cpp/.h, opcodeNames generated from FOR_EACH_OPCODE_ID.
2058 * profiler/ProfileNode.h: Mostly moved things around but also added some
2103 * wtf/FastMalloc.cpp: Moved definitions of
2106 * wtf/FastMalloc.h: Moved releaseFastMallocFreeMemory() from
3270 branches. Moved the maxArrayIndex handling out of this function.
3273 (KJS::JSArray::putSlowCase): Moved the rest of the put function logic
3757 * VM/Machine.h: Moved the call frame header enum from Machine to RegisterFile,
3774 * kjs/JSActivation.cpp: Moved some of this logic up to JSVariableObject,
3791 * kjs/config.h: Moved some platforms #defines from here...
3900 (KJS::staticFunctionGetter): Moved here, because there's no point in
4430 - Moved the declarations of the native implementations for functions out
4966 (KJS::Profile::create): Moved from Profile.h since it was getting pretty
5087 No, #if PLATFORM(UNIX) was not right. I've just moved the unsafe initialization back for now,
5117 Moved JSGlobalObject.cpp to AllInOneFile, as a build fix for inlineAllocate magic.
5168 Moved static pagesize to the class to make it safely initialized.
5174 (KJS::Heap::markStackObjectsConservatively): Moved fastMallocForbid/Allow down here, since
5181 Moved from JSvalue.h, to make these usable in files that cannot include JSValue.h (such
5487 (KJS::Profile::stopProfiling): Moved the creation of the (idle) node to
5497 * profiler/ProfileNode.cpp: Moved the creation of the (idle) node to
5806 * profiler/Profile.h: Moved implementation into the definition file.
7187 (KJS::PropertySlot::slotBase): Moved inline here since it no longer involves a
7906 Moved equal() from identifier.h to ustring.h, because it's not really about Identifiers,
7913 used to default to pointer equality). Moved the whole StrHash header into ustring.h.
7947 same for those operations. To do this, the virtual functions were moved from
7960 * VM/Machine.cpp: Moved the UNLIKELY macro into AlwaysInline.h.
8116 * wtf/AlwaysInline.h: Moved the UNLIKELY macro here for now. Maybe we can find a
8199 * kjs/nodes.cpp: Moved responsibility for knowing what AST data to throw
9780 (KJS::Machine::getFunctionAndArguments): Moved op_debug into a
10575 (KJS::JSGlobalObject::JSGlobalObjectData::JSGlobalObjectData): Moved
10670 Cleaned up Machine.cpp according to our style guidelines: moved static
10671 data to the top of the file; moved stand-alone functions below that;
10672 moved the Machine constructor above other Machine member functions.
10874 (KJS::ExecState::ExecState::lexicalGlobalObject): Moved the logic for
12228 Removed ScopeChain::push(ScopeChain&) because it was unused. Moved
12251 Moved push(JSObject*) and pop() from ScopeChain to ScopeChainNode,
12260 Moved bottom() from ScopeChain to ScopeChainNode, simplifying it based
12269 Moved begin() and end() from ScopeChain to ScopeChainNode.
12282 I also moved ScopeChain::depth to Machine.cpp because it doesn't report
13710 Next step toward supporting re-entrant evaluation: Moved register file
13890 I moved responsibility for emitting var and function initialization
14139 Also moved tracking of implicit "this" parameter from here...
14303 Next step toward global code: Moved get, put, and initializeVariable
14435 Next step toward global code: Removed more obsolete API, moved
14482 * Moved access to the register file into JSVariableObject.
14940 Moved an ASSERT to a more logical place.
15092 Moved a few files around in the XCode project.
15146 Moved my notes from nodes.h to the wiki.
15356 (KJS::ProfileNode::calculatePercentages): Moved calculation of the
16399 (KJS::throwStackSizeExceededError): Moved throwError to a separate function, since it is now
16446 (KJS::Heap::markListSet): Moved from a static variable in List.cpp to a per-thread one here.
16458 (KJS::Heap::markCurrentThreadConservatively): Moved into markStackObjectsConservatively(),
16968 Each ExecState holds its own reference to per-thread data, for even faster access. Moved
17485 * profiler/Profiler.cpp: Moved functions that could be static into the
18228 Moved here from WebCore/platform. Replaced all instances of "WebCore"
18302 (KJS::UString::null): Moved a star, added a comment.
18827 I moved some functions from ExecState.cpp to ExecStateInline.h and
18980 (KJS::ActivationImp::init): Moved here from function.cpp
19209 Implementation moved from getDSTOffsetSimple().
19625 Track moved bridge sources from JavaScriptCore to WebCore.
20007 (KJS::JSObject::put): Removed attribute argument. Moved the logic from
20699 (KJS::FunctionBodyNode::processDeclarations): Moved the call to
20847 (KJS::InterpreterExecState::InterpreterExecState): Added. Moved code to
20948 variable declaration to be moved by the parser.
22556 marked inline, and called in exactly one place, so moved it there.
22565 and moved the refCount into a derived struct, ScopeChainHeapNode. Made _node
22921 (KJS::SourceElements::append): Moved here from the header. This now handles
23058 moved didFinishParsing into the .cpp file because adding a branch while
23215 to make the normal case a little faster and moved the end outside the
23478 - moved more things out of pcre_internal.h
23486 * pcre/pcre_compile.cpp: Moved some definitions here from pcre_internal.h.
23512 * pcre/pcre_exec.cpp: Moved some definitions here from pcre_internal.h.
24139 Build fix: moved functions with qualified names outside of class
24166 * pcre/pcre_compile.cpp: Moved CompileData struct in here from the
24287 Third step in refactoring JSGlobalObject: Moved data members and
24545 Second step in refactoring JSGlobalObject: moved virtual functions from
25998 3. Moved curly braces up from FunctionBody production into parent
26059 Moved Shared.h into wtf so it could be used in more places. Deployed
26375 * kjs/ustring.h: Moved UTF8SequenceLength() and decodeUTF8Sequence() to wtf/unicode.
26399 Some code moved from ustring.h, some adapted from unicode.org sources.
26447 Moved new/delete macros after includes, as they are in WebCore's prefix.
26475 * pcre/pcre_internal.h: Moved the constants needed by dftables.cpp to the top
26713 Moved a lot of private stuff used only within this file here from pcre_internal.h.
26748 * pcre/pcre_internal.h: Moved the last few configuration macros from pcre-config.h
26763 Moved _pcre_OP_lengths out of here into pcre_exec.cpp.
26858 * kjs/nodes.h: Changed to use Noncopyable. Moved optimizeForUnnecessaryResult
27863 exact same thing. Moved the handling of opcodes higher than OP_BRA into the default
27985 and _pcre_valid_utf8. Also moved pcre_malloc and pcre_free here.
28114 (KJS::RegExpProtoFunc::callAsFunction): Moved test and exec out of the
29249 serialization, so I moved it to the file that takes care of that.
29273 (KJS::operatorString): Moved to the top of the file.
29274 (KJS::escapeStringForPrettyPrinting): Moved here from function.cpp. Removed old
29818 - moved Context class into ExecState.{h,cpp} in preparation for merging
29821 * kjs/ExecState.h: Moved CodeType enum and Context class here in
29823 * kjs/ExecState.cpp: Moved Context class here from Context.cpp.
29861 (KJS::JSValue::toInteger): Moved the logic from roundValue here, with a couple
30742 * kjs/array_object.cpp: Removed ArrayInstance. Moved to a separate file.
30894 Moved processDeclarations call into FunctionBodyNode::execute
30896 To improve encapsulation, moved processDeclarations call into