Searched refs:calculateNow (Results 1 – 4 of 4) sorted by relevance
118 expect('typeof this.calculateNow', 'function');122 expect('this.calculateNow()', undefined)
81 Alert: PASS: typeof this.calculateNow = function82 Alert: PASS: this.calculateNow() = undefined
74 JS_STATIC_METHOD(calculateNow, CJS_Document)225 CJS_Result calculateNow(CJS_Runtime* pRuntime,
1198 CJS_Result CJS_Document::calculateNow( in calculateNow() function in CJS_Document