Lines Matching full:moved
884 (JSC::Interpreter::retrieveLastCaller): Moved bytecode access into a
1733 When the String classes were moved from WebCore to WTF, it meant that on Windows, all operations
1753 * wtf/text/AtomicString.cpp: Moved code to StringStatics.
1757 (WebCore::StringImpl::empty): Moved from StringImpl.cpp to here.
1758 (WebCore::AtomicString::init): Moved from AtomicString.cpp to here.
1815 When the String classes were moved from WebCore to WTF, it meant that on Windows, all operations
1832 * wtf/text/AtomicString.cpp: Moved code to StringStatics.
1836 (WebCore::StringImpl::empty): Moved from StringImpl.cpp to here.
1837 (WebCore::AtomicString::init): Moved from AtomicString.cpp to here.
1891 Moved statics to the top of the class; put multi-statement functions on
2031 Moved from JITOpcodes.cpp to keep the slowcase next to
2615 Moved from ThunkGenerators to make it possible to share.
2773 location will make more sense once WTF is moved out of
3584 * wtf/Threading.h: Moved to top of file.
3870 which has been moved onto JSGlobalData. Removed duplicate string translator
4532 Moved JSC & WebCore's string uniquing tables to this class.
4574 Moved the include of the non-existing errno.h header file inside
5322 moved the compilation logic from JavaScriptCore.pri to
6070 (JSC::UStringImpl::create): Moved to .cpp / added missing check for empty string creation.
6078 (JSC::UStringImpl::): Moved friends to head of class.
6252 Also moved some pre-existing code around to avoid a problem related to
6268 (WTF::): Moved the ASSERT that used to be in fastCheckConsistency here.
6362 (WTF::): Moved pointer checking into a helper function in FastMalloc.cpp,
7497 * wtf/gobject/GOwnPtr.cpp: Moved from wtf/gtk.
7498 * wtf/gobject/GOwnPtr.h: Moved from wtf/gtk.
7499 * wtf/gobject/GRefPtr.cpp: Moved from wtf/gtk.
7500 * wtf/gobject/GRefPtr.h: Moved from wtf/gtk.
8395 (JSC::JSPropertyNameIterator::JSPropertyNameIterator): Moved this constructor
8499 * wtf/ValueCheck.h: Added. Moved code out of HashTraits, since it would be awkward to
8503 * wtf/HashTraits.h: Moved value checking code out of here.
8628 * runtime/SmallStrings.h: Moved initialization code into a shared function,
10366 * API/JSContextRef.cpp: Removed some ASSERTs that have moved into Heap.
10369 (JSC::Heap::destroy): Moved ASSERTs to here.
10438 * API/JSContextRef.cpp: Removed some ASSERTs that have moved into Heap.
10441 (JSC::Heap::destroy): Moved ASSERTs to here.
10869 * JavaScriptCore.pri: Moved source generation to DerivedSources.pro
10870 * pcre/pcre.pri: Moved source generation to DerivedSources.pro
11375 In r49365, some code was moved from JSString.cpp to JSString.h, and as a result, WebCore
12519 * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj: Moved
12602 (JSC::Interpreter::Interpreter): Moved hashtable initialization here to
12747 wrong. Moved the parentheses around the '+' operation, like the original
15214 (JSC::GregorianDateTime::GregorianDateTime): Moved most of the code in
15224 (WTF::getLocalTime): Moved the rest of the DateMath code here, and renamed
16871 (JSC::Structure::enumerationCache): Moved property name gathering code
17111 (WTF::CrossThreadRefCounted::isOwnedByCurrentThread): Moved out common code from asserts.
17343 - Declaration of "OperandTypes types" moved before first use.
18634 waf build fix after flag was moved to correct place.
19275 JSCell::markCellDirect functions. Moved the overload of
19280 (JSC::Structure::markAggregate): Moved this function here to avoid
19288 * runtime/JSValue.h: Moved some stray includes that were outside the
19298 initialized it to false. Moved the append function body from here to
19310 * runtime/Structure.h: Moved the body of markAggregate into the
20170 * parser/Nodes.cpp: Moved the comment explaining emitBytecode in here.
20246 * runtime/Executable.h: Moved the definition of the
20249 include this, which includes Nodes.h. The function could be moved
20444 * runtime/JSCell.h: Moved JSValue::toString to JSString.h.
20611 m_parameters is moved to ExecutableBase rather than FunctionExecutable
21614 (JSC::Debugger::recompileAllJSFunctions): Moved this function
21652 (JSC::FunctionBodyNode::make): Moved this function here instead
21663 (JSC::JSFunction::isHostFunction): Moved here from header.
21667 (JSC::JSFunction::setBody): Moved here from header.
21669 * runtime/JSFunction.h: Removed unneeded includes. Moved private
21671 private. Removed unneeded overload of setBody and moved the body
21763 Ooops - moved code that had been accidentally added to op_new_func instead of
23036 * jit/JIT.h: Moved OBJECT_OFFSETOF definition to StdLibExtras.h because
23063 * wtf/MainThread.cpp: Moved the StdLibExtras.h #include -- I did this a
23067 * wtf/StdLibExtras.h: Moved OBJECT_OFFSETOF definition here.
24602 (JSC::JIT::emitSlow_op_instanceof): Moved from below to be next to its
25505 moved from JavaScriptCore.pri to Platform.h
26708 conflicts Noncopyable inheriting was moved down to RefCounted
27684 * JavaScriptCore.xcodeproj/project.pbxproj: Moved
28050 (JSC::Stringifier::Stringifier): Updated and moved out of the class
28069 (JSC::JSONObject::getOwnPropertySlot): Moved this down to the bottom