Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:moved

87         (JSC::JSPropertyNameIterator::JSPropertyNameIterator): Moved this constructor
191 * wtf/ValueCheck.h: Added. Moved code out of HashTraits, since it would be awkward to
195 * wtf/HashTraits.h: Moved value checking code out of here.
320 * runtime/SmallStrings.h: Moved initialization code into a shared function,
2058 * API/JSContextRef.cpp: Removed some ASSERTs that have moved into Heap.
2061 (JSC::Heap::destroy): Moved ASSERTs to here.
2130 * API/JSContextRef.cpp: Removed some ASSERTs that have moved into Heap.
2133 (JSC::Heap::destroy): Moved ASSERTs to here.
2561 * JavaScriptCore.pri: Moved source generation to DerivedSources.pro
2562 * pcre/pcre.pri: Moved source generation to DerivedSources.pro
3067 In r49365, some code was moved from JSString.cpp to JSString.h, and as a result, WebCore
4211 * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj: Moved
4294 (JSC::Interpreter::Interpreter): Moved hashtable initialization here to
4439 wrong. Moved the parentheses around the '+' operation, like the original
6906 (JSC::GregorianDateTime::GregorianDateTime): Moved most of the code in
6916 (WTF::getLocalTime): Moved the rest of the DateMath code here, and renamed
8563 (JSC::Structure::enumerationCache): Moved property name gathering code
8803 (WTF::CrossThreadRefCounted::isOwnedByCurrentThread): Moved out common code from asserts.
9035 - Declaration of "OperandTypes types" moved before first use.
10326 waf build fix after flag was moved to correct place.
10967 JSCell::markCellDirect functions. Moved the overload of
10972 (JSC::Structure::markAggregate): Moved this function here to avoid
10980 * runtime/JSValue.h: Moved some stray includes that were outside the
10990 initialized it to false. Moved the append function body from here to
11002 * runtime/Structure.h: Moved the body of markAggregate into the
11862 * parser/Nodes.cpp: Moved the comment explaining emitBytecode in here.
11938 * runtime/Executable.h: Moved the definition of the
11941 include this, which includes Nodes.h. The function could be moved
12136 * runtime/JSCell.h: Moved JSValue::toString to JSString.h.
12303 m_parameters is moved to ExecutableBase rather than FunctionExecutable
13306 (JSC::Debugger::recompileAllJSFunctions): Moved this function
13344 (JSC::FunctionBodyNode::make): Moved this function here instead
13355 (JSC::JSFunction::isHostFunction): Moved here from header.
13359 (JSC::JSFunction::setBody): Moved here from header.
13361 * runtime/JSFunction.h: Removed unneeded includes. Moved private
13363 private. Removed unneeded overload of setBody and moved the body
13455 Ooops - moved code that had been accidentally added to op_new_func instead of
14728 * jit/JIT.h: Moved OBJECT_OFFSETOF definition to StdLibExtras.h because
14755 * wtf/MainThread.cpp: Moved the StdLibExtras.h #include -- I did this a
14759 * wtf/StdLibExtras.h: Moved OBJECT_OFFSETOF definition here.
16294 (JSC::JIT::emitSlow_op_instanceof): Moved from below to be next to its
17197 moved from JavaScriptCore.pri to Platform.h
18400 conflicts Noncopyable inheriting was moved down to RefCounted
19376 * JavaScriptCore.xcodeproj/project.pbxproj: Moved
19742 (JSC::Stringifier::Stringifier): Updated and moved out of the class
19761 (JSC::JSONObject::getOwnPropertySlot): Moved this down to the bottom