Searched refs:getNthFieldName (Results 1 – 4 of 4) sorted by relevance
87 Alert: PASS: typeof this.getNthFieldName = function88 Alert: PASS: this.getNthFieldName() threw error Document.getNthFieldName: Incorrect number of param…89 Alert: PASS: this.getNthFieldName(-1) threw error Document.getNthFieldName: Incorrect parameter val…
161 expect('typeof this.getNthFieldName', 'function');164 expectError('this.getNthFieldName()');167 expectError('this.getNthFieldName(-1)');
175 FX_BOOL getNthFieldName(IJS_Context* cc,341 JS_STATIC_METHOD(getNthFieldName, Document);
114 JS_STATIC_METHOD_ENTRY(getNthFieldName) in END_JS_STATIC_CONST()315 FX_BOOL Document::getNthFieldName(IJS_Context* cc, in getNthFieldName() function in Document