API-CHANGES.txt 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858
  1. 0.21.0:
  2. + Number >>
  3. + bitAnd:
  4. + bitOr:
  5. + bitXor:
  6. + printStringBase:
  7. 0.20.0:
  8. * Internal kernel fields naming changes.
  9. + amber/boot api >>
  10. + traitsOrClasses
  11. - SmalltalkImage >>
  12. - legacyGlobalJsVariables
  13. - amber/boot >>
  14. - nil
  15. - dnu
  16. - amber/boot api >>
  17. - classes
  18. 0.19.1:
  19. * Deprecate amber/boot api nextId, prop globalJsVariables.
  20. * Deprecate ProtoObject >> identityHash.
  21. * Deprecate SmalltalkImage >> packageAt: in favour of explicit #packageAt:if{Absent,Present}:.
  22. + AmberBootstrapInitialization class >>
  23. + run
  24. + initializeClasses
  25. + organizeClasses
  26. + organizeMethods
  27. + Behavior >>
  28. + basicOrganization
  29. + basicOrganization:
  30. + ClassOrganizer >>
  31. + theClass
  32. + ClassOrganizer class >>
  33. + on:
  34. + Compiler class >>
  35. + eval:
  36. + JavaScriptException >>
  37. + shouldBeStubbed
  38. + wrap
  39. + Message class >>
  40. + selector:arguments:notUnderstoodBy:
  41. + MethodContext >>
  42. + stubHere
  43. + stubToAtMost:
  44. + NonBooleanReceiver class >>
  45. + signalOn:
  46. + Package >>
  47. + evalBlock
  48. + evalBlock:
  49. + Package class >>
  50. + named:javaScriptDescriptor:
  51. + SmalltalkImage >>
  52. + packageDictionary
  53. + packageAt:ifPresent:
  54. + TBehaviorProvider >>
  55. + methodOrganizationEnter:andLeave:
  56. + TMasterBehavior >>
  57. + definedMethods
  58. + enterOrganization
  59. + leaveOrganization
  60. + Trait >>
  61. + basicOrganization
  62. + basicOrganization:
  63. + UndefinedObject >>
  64. + ==
  65. + Number >>
  66. + min:max:
  67. + degreesToRadians
  68. + radiansToDegrees
  69. + arcTan:
  70. + between:and:
  71. + Number class >>
  72. + radiansPerDegree
  73. + Point >>
  74. + dotProduct:
  75. + normal
  76. + angle
  77. + normalized
  78. + r
  79. + corner:
  80. + extent:
  81. + rectangle:
  82. + Rectangle >>
  83. + =
  84. + corner
  85. + origin
  86. + containsPoint:
  87. + containsRect:
  88. + printOn:
  89. + Rectangle class >>
  90. + origin:corner:
  91. + origin:extent:
  92. + point:point:
  93. - Package >>
  94. - basicName:
  95. - basicImports
  96. - ProtoObject >>
  97. - isSameInstanceAs:
  98. - ObjectTest >>
  99. - testIdentityHash
  100. - amber/boot api >>
  101. - reservedWords (with the hope no one uses it directly)
  102. 0.19.0:
  103. * Remove class Thenable, add trait TThenable.
  104. * Behavior / Trait hierarchy uses traits.
  105. + NativeFunction class >>
  106. + isNativeFunction:
  107. + IRInstructions >>
  108. + isSelf
  109. + isSuper
  110. + IRVariable >>
  111. + isSelf
  112. + isSuper
  113. + ScopeVar >>
  114. + isSelf
  115. + isSuper
  116. + PseudoVar >>
  117. + isSelf
  118. + isSuper
  119. +UndefinedObject >>
  120. + identityHash
  121. + value
  122. + amber/boot >>
  123. + nilAsValue
  124. - IRSend >>
  125. - isSuperSend
  126. 0.18.3:
  127. * Move {add,remove}Element from Array.prototype to kernel API.
  128. * New superclass of Behavior named BehaviorBody, pushed up some methods.
  129. * Represents named holder of methods; hierarchy and instantiation left to Behavior.
  130. * Add class Trait as subclass of BehaviorBody.
  131. * Add class TraitTransformation.
  132. * Deprecate #asJSON in favour of #asJavaScriptObject.
  133. * Deprecate #asJavascript in favour of #asJavaScriptSource.
  134. + BehaviorBody >>
  135. + setTraitComposition:
  136. + traitCompositionDefinition
  137. + traitUsers
  138. + allSubclassesDo:
  139. + superclass
  140. + Trait >>
  141. + allInstanceVariableNames
  142. + allSubclassesDo:
  143. + asJavascript
  144. + asTraitComposition
  145. + category
  146. + classTag
  147. + definition
  148. + package
  149. + superclass
  150. + theMetaClass
  151. + theNonMetaClass
  152. + exportBehaviorDefinitionTo:using:
  153. + traitUsers
  154. + package:
  155. + Trait class >>
  156. + named:package:
  157. + named:uses:package:
  158. + TraitTransformation >>
  159. + -
  160. + @
  161. + addAliases:
  162. + addExclusions:
  163. + aliases
  164. + asJSON
  165. + asJavascript
  166. + asTraitComposition
  167. + asTraitTransformation
  168. + definition
  169. + exclusions
  170. + initialize
  171. + postCopy
  172. + trait
  173. + trait:
  174. + Collection >>
  175. + copyWithout:
  176. + SequenceableCollection >>
  177. + reverseDo:
  178. + Array >>
  179. + asTraitComposition
  180. + amber/boot api >>
  181. + addElement
  182. + removeElement
  183. + wrapJavaScript
  184. + CharacterArray >>
  185. + asSymbolPrintOn:
  186. + symbolPrintString
  187. + String >>
  188. + isSelector
  189. + StringStream >>
  190. + print:
  191. + printSymbol:
  192. + Package >>
  193. + traitCompositions
  194. + Class >>
  195. + subClass:
  196. + subClass:uses:
  197. + subClass:uses:instanceVariables:
  198. + subClass:uses:instanceVariables:category:
  199. + subClass:uses:instanceVariables:classVariables:poolDictionaries:category:
  200. + subClass:uses:instanceVariables:package:
  201. + UndefinedObject >>
  202. + subClass:
  203. + subClass:uses:
  204. + subClass:uses:instanceVariables:
  205. + subClass:uses:instanceVariables:category:
  206. + subClass:uses:instanceVariables:classVariables:poolDictionaries:category:
  207. + subClass:uses:instanceVariables:package:
  208. + Metaclass >>
  209. + uses:instanceVariableNames:
  210. - Association >>
  211. - importsString
  212. - String >>
  213. - importsString
  214. - AbstractExporter
  215. - classNameFor:
  216. - Exporter >>
  217. - jsClassNameFor:
  218. 0.18.2:
  219. * Add Platform-DOM package with DOM-related stuff.
  220. * Platform-DOM not loaded by default. Packages that will use it will import it.
  221. + PlatformDom class >>
  222. + isFeasible
  223. + isDomNode:
  224. + newCustomEvent:detail:
  225. + toArray:
  226. + CharacterArray >>
  227. + asDomNode
  228. + Collection >>
  229. + asDomNode
  230. + JSObjectProxy >>
  231. + asDomNode
  232. + String >>
  233. + htmlTextContent
  234. 0.18.1:
  235. + ASTNode >>
  236. + withTail:
  237. - SendNode >>
  238. - valueWithReceiver:
  239. 0.18.0:
  240. * Remove class RethrowErrorHandler (hack for cli before 0.12.3).
  241. * Add Kernel-Dag package with abstract DAG-node and DAG-node visitor.
  242. * Some internal API changes in Compiler-* (including the move to DAG-node).
  243. - Object >>
  244. - throw:
  245. 0.17.0:
  246. * Remove classes InterfacingObject, PlatformInterface.
  247. * Deprecate $boot.nil (use $boot.nilAsReceiver).
  248. + amber/boot >>
  249. + nilAsReceiver
  250. - NativeFunction class >>
  251. - constructor:
  252. - constructor:value:
  253. - constructor:value:value:
  254. - constructor:value:value:value:
  255. 0.16.1:
  256. * Deprecate $boot.dnu (use $boot.nilAsClass).
  257. + amber/boot >>
  258. + nilAsClass
  259. 0.16.0:
  260. * Deprecate ClassBuilder >> setupClass:
  261. * $core.initialize now returns a Promise
  262. * $core.addClass now returns the class
  263. + amber/boot api >>
  264. + send2
  265. + traverseClassTree
  266. + Promise class >>
  267. + new
  268. - amber/boot api >>
  269. - wrapClassName
  270. - send
  271. - allSubclasses
  272. - AbstractCodeGenerator >>
  273. - classNameFor:
  274. 0.15.1:
  275. * Thenable class added
  276. * Promise class added, wraps JS Promise, subclass of Thenable
  277. + Thenable >>
  278. + catch:
  279. + on:do:
  280. + on:do:catch:
  281. + then:
  282. + then:catch:
  283. + then:on:do:
  284. + then:on:do:catch:
  285. + JSObjectProxy >>
  286. + catch:
  287. + on:do:
  288. + on:do:catch:
  289. + then:
  290. + then:catch:
  291. + then:on:do:
  292. + then:on:do:catch:
  293. + amber/boot api >>
  294. + seamless
  295. + Promise class >>
  296. + new:
  297. + forBlock:
  298. + value:
  299. + signal:
  300. + all:
  301. + any:
  302. 0.14.18:
  303. * Some internal API changes in Compiler-*.
  304. 0.14.14:
  305. * InterfacingObject >> ajax: deprecated
  306. * PlatformInterface class deprecated
  307. * Class BrowserInterface removed
  308. * Class Terminal, BrowserTerminal added
  309. * Class Platform, BrowserPlatform added
  310. + Environment >>
  311. + renamePackage:to:
  312. + Platform class >>
  313. + globals
  314. + newXhr
  315. + Terminal class >>
  316. + alert:
  317. + confirm:
  318. + prompt:
  319. + prompt:default:
  320. SmalltalkImage >>
  321. + existsJsGlobal:
  322. - PlatformInterface class >>
  323. - initialize
  324. - setWorker:
  325. 0.14.12:
  326. + JSObjectProxy >>
  327. + putOn:
  328. + ProtoStream >>
  329. + nextPutJSObject:
  330. 0.14.11:
  331. * Basic streaming protocol extracted from Stream to ProtoStream
  332. + Object >>
  333. + in:
  334. + JSObjectProxy >>
  335. + in:
  336. 0.14.10:
  337. + JSObjectProxy class >>
  338. + addObjectVariablesTo:ofProxy:
  339. + compareJSObjectOfProxy:withProxy:
  340. + forwardMessage:withArguments:ofProxy:
  341. + jsObject:ofProxy:
  342. + lookupProperty:ofProxy:
  343. - JSObjectProxy >>
  344. - jsObject:
  345. - lookupProperty:
  346. - compareJSObjectWith:
  347. - addObjectVariablesTo:
  348. - forwardMessage:withArguments:
  349. 0.14.4:
  350. + AmdExporter >>
  351. + importsForOutput:
  352. + AbstractCodeGenerator >>
  353. + currentPackage
  354. + currentPackage:
  355. + Compiler >>
  356. + currentPackage
  357. + currentPackage:
  358. + compile:forClass:protocol:
  359. + compileNode:forClass:package:
  360. + SemanticAnalyzer >>
  361. + thePackage
  362. + thePackage:
  363. + isVariableUndefined:inPackage:
  364. - Compiler >>
  365. - compile:
  366. - compile:forClass:
  367. - compileExpression:
  368. - SemanticAnalyzer >>
  369. - isVariableGloabllyUndefined:
  370. - Behavior >>
  371. - compile:
  372. 0.14.3:
  373. * #heliosClass is now #classTag
  374. + Compiler >>
  375. + eval:forPackage:
  376. + Behavior >>
  377. + packageOfProtocol:
  378. + Exporter >>
  379. + exportPackageContextOf:on:
  380. + exportPackageImportsOf:on:
  381. + Package >>
  382. + basicImports
  383. + imports
  384. + imports:
  385. + importsDefinition
  386. + importsFromJson:
  387. + importsAsJson
  388. + sortedImportsAsArray
  389. + validateImports:
  390. + Package class >>
  391. + named:imports:transport:
  392. + Association >>
  393. + importsString
  394. + String >>
  395. + importsString
  396. + ProtoObject >>
  397. + ifNil:
  398. + ifNil:ifNotNil:
  399. + ifNotNil:
  400. + ifNotNil:ifNil:
  401. + isNil
  402. + notNil
  403. - Object >>
  404. - ifNil:
  405. - ifNil:ifNotNil:
  406. - ifNotNil:
  407. - ifNotNil:ifNil:
  408. - isNil
  409. - notNil
  410. 0.14.1:
  411. * NativeFunction class >> constructor:[value:...] deprecated
  412. + NativeFunction class >>
  413. + constructorNamed:
  414. + constructorNamed:value:
  415. + constructorNamed:value:value:
  416. + constructorNamed:value:value:value:
  417. + constructorOf:
  418. + constructorOf:value:
  419. + constructorOf:value:value:
  420. + constructorOf:value:value:value:
  421. + functionNamed:
  422. + functionNamed:value:
  423. + functionNamed:value:value:
  424. + functionNamed:value:value:value:
  425. + functionNamed:valueWithArgs:
  426. + functionOf:
  427. + functionOf:value:
  428. + functionOf:value:value:
  429. + functionOf:value:value:value:
  430. + functionOf:valueWithArgs:
  431. + methodOf:this:
  432. + methodOf:this:value:
  433. + methodOf:this:value:value:
  434. + methodOf:this:value:value:value:
  435. + methodOf:this:valueWithArgs:
  436. + SmalltalkImage >>
  437. + optOut:
  438. + cancelOptOut:
  439. 0.14.0:
  440. + Object >>
  441. + asJQuery
  442. + asJQueryInContext:
  443. + BlockClosure >>
  444. + asJQuery
  445. + asJQueryInContext:
  446. - AnnouncementSubscription >>
  447. - block
  448. - block:
  449. - Collection >>
  450. - contains:
  451. - String >>
  452. - asSelector
  453. - asJavaScriptSelector
  454. - SmalltalkImage >>
  455. - at:
  456. - at:ifAbsent:
  457. - at:put:
  458. - current
  459. - vm
  460. - createPackage:properties:
  461. - MethodContext >>
  462. - temps
  463. - Object >>
  464. - try:catch:
  465. 0.13.2:
  466. + SourceArea class >>
  467. + codeMirror
  468. 0.13.1:
  469. * String >> asSelector is now String >> asJavaScriptMethodName
  470. * String >> asJavaScriptSelector is now String >> asJavaScriptPropertyName
  471. * smalltalk.selector is now smalltalk.st2js
  472. * smalltalk.convertSelector is now smalltalk.js2st
  473. * Collection >> ifEmpty:ifNotEmpty: family passes self to ifNotEmpty: block
  474. * Smalltalk vm is now Smalltalk core
  475. * boot.js's .vm is now .api
  476. * amber load sets' .vm is now .api
  477. * Internal variables smalltalk/globals/_st are now $core/$globals/$recv
  478. + smalltalk.
  479. + accessJavaScript
  480. + Object >>
  481. + postMessageTo:
  482. + postMessageTo:origin:
  483. + Class >>
  484. + heliosClass
  485. + SmalltalkImage >>
  486. + core
  487. + amber/boot
  488. + api
  489. + amber/{devel,deploy,lang} exports
  490. + api
  491. - ProtoObject class >>
  492. - heliosClass
  493. - Object class >>
  494. - heliosClass
  495. - amber/boot
  496. - vm
  497. 0.12.6:
  498. + String >>
  499. + value:
  500. + ProtocolAnnouncement >>
  501. + package
  502. + Behavior >>
  503. + isTestClass
  504. + Package >>
  505. + isTestPackage
  506. + amber/{devel,deploy,lang} exports
  507. + nil
  508. + amber/helpers exports
  509. + nil
  510. 0.12.4:
  511. * Package Canvas renamed to Web
  512. * Object >> try:catch: deprecated in favour of BlockClosure >> tryCatch:
  513. + Announcer >>
  514. + on:do:for:
  515. + Node >>
  516. + navigationNodeAt:ifAbsent:
  517. + BlockClosure >>
  518. + tryCatch:
  519. + Environment >>
  520. + evaluate:for:
  521. + AmberCli >>
  522. + version:
  523. + Object >>
  524. + deprecatedAPI:
  525. - Environment >>
  526. - eval:on:
  527. - evaluateString:on:
  528. 0.12.3:
  529. * Package Import-Export renamed to Kernel-ImportExport
  530. * A dozen of methods moved from Object to ProtoObject
  531. * HashedCollection >> at:ifAbsentPut: pushed up to SequenceableCollection
  532. * HashedCollection >> , is now allowed (removed shouldNotImplement)
  533. * HashedCollection and Dictionary both subclasses of AssociativeCollection
  534. * Smalltalk class moved to SmalltalkImage class, Smalltalk is now global var
  535. * Smalltalk current deprecated in favour of Smalltalk
  536. * Smalltalk at:[put:] deprecated in favour of Smalltalk globals at:[put:]
  537. * <smalltalk.ClassName> deprecated in favour of <globals.ClassName>
  538. + CompiledMethod >>
  539. + defaultProtocol
  540. + Behavior >>
  541. + compile:protocol:
  542. + removeProtocolIfEmpty:
  543. + Package >>
  544. + load
  545. + loadFromNamespace:
  546. + Package class >>
  547. + load:
  548. + load:fromNamespace:
  549. + PackageTransport >> load
  550. + PackageHandler >> load:
  551. + AmdPackageHandler >> load:
  552. + Set >> removeAll
  553. + AssociativeCollection class
  554. + BucketStore class
  555. + SmalltalkImage >>
  556. + globals
  557. + vm
  558. + settings
  559. + Setting class
  560. + String >>
  561. + asSetting
  562. + asSettingIfAbsent:
  563. + settingValue
  564. + settingValueIfAbsent:
  565. + settingValue:
  566. + Smalltalk global variable
  567. - CompiledMethod >>
  568. - category: (use #protocol:)
  569. - defaultCategory
  570. - Behavior >> compile:category:
  571. - HTMLCanvas class >>
  572. - browserVersion
  573. - isMSIE
  574. - isMozilla
  575. - isOpera
  576. - isWebkit
  577. 0.12.2:
  578. * Collection >> contains: is deprecated in favor of anySatisfy:
  579. + Announcer >> on:doOnce:
  580. + String >>
  581. + uriEncoded
  582. + uriDecoded
  583. + uriComponentEncoded
  584. + uriComponentDecoded
  585. + Collection >>
  586. + removeAll
  587. + ifEmpty:ifNotEmpty:
  588. + ifNotEmpty:ifEmpty:
  589. + anyOne
  590. + noneSatisfy:
  591. + anySatisfy:
  592. + allSatisfy:
  593. 0.12.0:
  594. * SmalltalkMethodContext.prototype.fillBlock() takes a third 'index' parameter
  595. * Existing classes moved to new KernelInfrastructure package
  596. * ImporterExporter
  597. * are now StreamExporters
  598. * aware of AMD namespaces
  599. * support transport types and commit channels
  600. + Node >>
  601. + nextChild
  602. + method
  603. + postCopy
  604. + isCascadeNode
  605. + isLastChild
  606. + BlockNode >>
  607. + nextNode:
  608. + nextChild
  609. + SendNode >>
  610. + isCascadeSendNode
  611. + shouldBeAliased
  612. + CompiledMethod >> sendTo:arguments:
  613. + Array >>
  614. + addFirst:
  615. + removeLast
  616. + Number >>
  617. + ceiling
  618. + floor
  619. + asNumber
  620. + //
  621. + cos
  622. + sin
  623. + tan
  624. + arcCos
  625. + arcSin
  626. + arcTan
  627. + log
  628. + log:
  629. + raisedTo:
  630. + sign
  631. + **
  632. + ln
  633. + e
  634. + String class >> esc
  635. + String >>
  636. + asMutator
  637. + capitalized
  638. + isCapitalized
  639. + JSProxy >> printString
  640. + Behavior >>
  641. + ownProtocols
  642. + ownMethods
  643. + JSStream >> nextPutSendIndexFor:
  644. + InterfacingObject class
  645. + Interpreter class
  646. + DocumentFragmentTag class
  647. + AbstractExporter class
  648. + PlatformInterface class
  649. - Node >> extent
  650. - JSStream >> nextPutStatement:with:
  651. - Smalltalk.installSuperclass()
  652. - ClassReferenceNode class (now handled via VariableNode)
  653. 0.11.0:
  654. * AnnouncementSubscription use #valuable: instead of #block: (deprecated)
  655. * AbstractCodeGenerator inherits from Object, not NodeVisitor
  656. * Object>>printString
  657. * replace >>printString with >>printOn:
  658. * replace >>storeString with >>printString
  659. * PackageLoader is now PackageHandler (>>commit: >>setupPackagenamed:prefix: >>ajaxPutAt:data:
  660. * Package>>fetch: is now Package>>load:
  661. * Package>>fetch:prefix: is now Package>>load:prefix:
  662. * Queue>>front replaced by Queue>>next
  663. * Queue>>frontIfAbsent: replaced by Queue>>nextIfAbsent:
  664. * Queue>>back: replaced by Queue>>nextPut:
  665. * smalltalk.addMethod() does not use explicit JS selector
  666. * JSObjectProxy>>canForwardMessage: replaced by use of JSObjectProxy>>lookupProperty: with asJavaScriptSelector
  667. * JSObjectProxy>>forwardMessage: replaced by explicit JSObjectProxy>>forwardMessage:withArguments:
  668. * String>>asJavaScriptSelector moved to Kernel-Objects package
  669. + Object>>asString
  670. + Object>>putOn:
  671. + String>>isVowel
  672. + Collection>>putOn:
  673. + CharacterArray>>putOn:
  674. + Stream>><<
  675. + Stream>>write
  676. + SequenceableCollection>>newStream
  677. + SequenceableCollection>>readStream
  678. + SequenceableCollection>>stream
  679. + SequenceableCollection>>streamClass
  680. + SequenceableCollection>>writeStream
  681. + Collection>>isImmutable
  682. + Stream>>nextPutString:
  683. + StringStream>>nextPutString:
  684. + JSStream>>nextPutClassRefFunction:
  685. + String>>crlfSanitized
  686. + inlined Block now also responds to >>value:
  687. + Parser: split literal into runtimeLiteral and parseTimeLiteral
  688. + Parser: write #(4 #(5 6 #()) 7) as #(4 (5 6 ()) 7)
  689. + Parser: write #(#on:do: #Object) as #(on:do: Object)
  690. + Parser: Symbols for binarie selectores
  691. + Package>>commit
  692. + AIContext>>initializeLocals
  693. + ASTInterpreter>>withBlockContext:
  694. + smalltalk.allSelectors()
  695. + Object>>isCompiledMethod
  696. + Object>>isPackage
  697. + Object>>isBehavior
  698. + ClassMoved Announcemen class
  699. + Behavior>>includesBehavior:
  700. + Environment>>classes
  701. + Environment>>allSelectors
  702. + Environment>>removeProtocol:
  703. + Environment>>renameProtocol:to:in:
  704. + CompiledMethod>>protocol:
  705. + Smalltalk>>globalJsVariables
  706. + Smalltalk>>addGlobalJsVariable:
  707. + Smalltalk>>deleteGlobalJsVariable:
  708. - Object>>storeOn:
  709. - Object>>log:block:
  710. - Object>>printNl
  711. - Compiler-IR.st >>javascriptSelector
  712. - Compiler-IR.st >>nextPutVar:
  713. - Kernel-Collections.st >>asSuperSelector
  714. - Collection>>readStream
  715. - Collection>>stream
  716. - Collection>>streamClass
  717. - Collection>>writeStream
  718. - Symbol class (replaced with String)
  719. - IRInlinedNonLocalReturn class
  720. - IRInlinedSend>>nonLocalReturnInliner
  721. - IRNonLocalReturnInliner class
  722. - Package>>dependencies
  723. - Package>>dependencies:
  724. - Package>>properties
  725. - Package>>jsProperties
  726. - Package>>jsProperties:
  727. - Package>>propertiesAsJSON
  728. - Package>>propertyAt:
  729. - Package>>propertyAt:ifAbsent:
  730. - Package>>propertyAt:put:
  731. - Browser>>ajaxPutAt:data: