API-CHANGES.txt 17 KB

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