Lines Matching refs:frameCount
960 ExecutionState.prototype.frameCount = function() { method in ExecutionState
971 if (opt_index < 0 || opt_index >= this.frameCount()) {
979 if (i < 0 || i >= this.frameCount()) throw new Error('Illegal frame index.');
1131 if (this.exec_state_.frameCount() > 0) {
1810 var total_frames = this.exec_state_.frameCount();
1866 if (this.exec_state_.frameCount() == 0) {
1873 if (index < 0 || this.exec_state_.frameCount() <= index) {
1889 if (frame_index < 0 || this.exec_state_.frameCount() <= frame_index) {
1918 if (this.exec_state_.frameCount() == 0) {
2090 if (this.exec_state_.frameCount() == 0) {
2097 if (frame_number < 0 || frame_number >= this.exec_state_.frameCount()) {
2183 if (this.exec_state_.frameCount() == 0) {
2197 if (frame_number < 0 || frame_number >= this.exec_state_.frameCount()) {
2384 if (this.exec_state_.frameCount() == 0) {
2392 if (frame_number < 0 || frame_number >= this.exec_state_.frameCount()) {