|
@@ -11,6 +11,8 @@
|
|
* Queue>>frontIfAbsent: replaced by Queue>>nextIfAbsent:
|
|
* Queue>>frontIfAbsent: replaced by Queue>>nextIfAbsent:
|
|
* Queue>>back: replaced by Queue>>nextPut:
|
|
* Queue>>back: replaced by Queue>>nextPut:
|
|
* smalltalk.addMethod() does not use explicit JS selector
|
|
* smalltalk.addMethod() does not use explicit JS selector
|
|
|
|
+* JSObjectProxy>>canForwardMessage: replaced by use of JSObjectProxy>>lookupProperty: with asJavascriptSelector
|
|
|
|
+* JSObjectProxy>>forwardMessage: replaced by explicit JSObjectProxy>>forwardMessage:withArguments:
|
|
|
|
|
|
+ Object>>asString
|
|
+ Object>>asString
|
|
+ Object>>putOn:
|
|
+ Object>>putOn:
|
|
@@ -35,8 +37,6 @@
|
|
+ Parser: write #(#on:do: #Object) as #(on:do: Object)
|
|
+ Parser: write #(#on:do: #Object) as #(on:do: Object)
|
|
+ Parser: Symbols for binarie selectores
|
|
+ Parser: Symbols for binarie selectores
|
|
+ Package>>commit
|
|
+ Package>>commit
|
|
-+ JSObjectProxy>>lookupProperty:
|
|
|
|
-+ JSObjectProxy>>forwardMessage:withArguments:
|
|
|
|
+ String>>asJavaScriptSelector
|
|
+ String>>asJavaScriptSelector
|
|
+ AIContext>>initializeLocals
|
|
+ AIContext>>initializeLocals
|
|
+ ASTInterpreter>>withBlockContext:
|
|
+ ASTInterpreter>>withBlockContext:
|
|
@@ -72,4 +72,3 @@
|
|
- Package>>propertyAt:ifAbsent:
|
|
- Package>>propertyAt:ifAbsent:
|
|
- Package>>propertyAt:put:
|
|
- Package>>propertyAt:put:
|
|
- Browser>>ajaxPutAt:data:
|
|
- Browser>>ajaxPutAt:data:
|
|
-- JSObjectProxy>>forwardMessage:
|
|
|