API-CHANGES.txt 16 KB

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