Searched refs:getNthFieldName (Results 1 – 4 of 4) sorted by relevance
81 Alert: PASS: typeof this.getNthFieldName = function82 Alert: PASS: this.getNthFieldName() threw error Document.getNthFieldName: Incorrect number of param…83 Alert: PASS: this.getNthFieldName(-1) threw error Document.getNthFieldName: Incorrect parameter val…
168 expect('typeof this.getNthFieldName', 'function');171 expectError('this.getNthFieldName()');174 expectError('this.getNthFieldName(-1)');
140 …FX_BOOL getNthFieldName(IFXJS_Context* cc, const CJS_Parameters& params, CJS_Value& vRet, CFX_Wide…252 JS_STATIC_METHOD(getNthFieldName, Document);
120 JS_STATIC_METHOD_ENTRY(getNthFieldName) in END_JS_STATIC_CONST()353 FX_BOOL Document::getNthFieldName(IFXJS_Context* cc, const CJS_Parameters& params, CJS_Value& vRet,… in getNthFieldName() function in Document