搜索资源列表
JScript
- Jscr ipt 是 Microsoft 公司对 ECMA 262 语言规范(ECMAscr ipt 编辑器 3)的一种实现。除了少数例外(为了保持向后兼容),Jscr ipt 完全实现了 ECMA 标准。本概述的目的就是引导您学习使用 Jscr ipt。
JavaScriptjavascriptTheDefinitiveGuide
- 这一是本很不错不的JAVAscr ipt的书籍。介绍了JAVAscr ipt所有的特性。还有ECMA标准
json-c-0.7
- JSON(Javascr ipt Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于Javascr ipt(Standard ECMA-262 3rd Edition - December 1999)的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, Javascr ipt, Perl, Python等)。这些特性使JSON成为理想的数据交换语言。[编辑本段]
JavaScript
- Javascr ipt使用手册.chm Javascr ipt的特点: 简单、易学、易用; 跨平台;IE、Navigator 符合ECMA(欧洲计算机制造协会)标准,可移植; 事件驱动式的脚本程序设计思想; 动态、交互式的操作方式。 -Javascr ipt manual. Chm Javascr ipt features: easy to learn, easy to use cross-platform IE, Navigator found
ECMA-262
- ECMA-262 JS specification.
ecma-script
- ecma-scr ipt标准,javascr ipt的标准-ecma-scr ipt standard
EcmaScriptStandard-(3rd_version)-E262-3.pdf
- Javascr ipt Ecma scr ipt Standard: 3rd version, a definitive guide
10
- ECMA Section: 10.1.3: Variable Instantiation for Java scr ipt.
10
- ECMA Section: 10.1.4.1 Entering An Execution Context.
statement-005
- ECMA Section: 12.6.3 The for..in Statement.
string-trim
- ECMA Section: Activation Object.
properties-002
- Based on ECMA 2 Draft for java.
regress-209919
- ECMA-262 15.10.2.5, third algorithm, step 2.1 states that once the minimum repeat count (which is 0 for , 1 for +, etc.) has been satisfied, an atom being repeated must not match the empty string.
unicode-001
- Based on ECMA 2 Draft 7 February 1999.
multiline-001
- Based on ECMA 2 Draft 7 February 1999 for Java scr ipt.
debug-multiple-breakpoints
- Testing ECMA conformance of Function.prototype.apply.
regress-892742
- According to ECMA-262, this comment should actually be parsed as a line terminator making g() return undefined, but this is not the way it s handled by Spidermonkey or KJS. function g() {. -According to ECMA-262, this comment should actually be par
Script
- Reassignment to a const is NOT an error per ECMA for Java scr ipt.
tostring-2
- Since the behavior of Function.toString() is implementation-dependent, toString tests for function are not in the ECMA suite for Java.