Home | History | Annotate | Download | only in src

Lines Matching refs:frameCount

980 ExecutionState.prototype.frameCount = function() {
991 if (opt_index < 0 || opt_index >= this.frameCount()) {
999 if (i < 0 || i >= this.frameCount()) throw new Error('Illegal frame index.');
1156 if (this.exec_state_.frameCount() > 0) {
1888 var total_frames = this.exec_state_.frameCount();
1944 if (this.exec_state_.frameCount() == 0) {
1951 if (index < 0 || this.exec_state_.frameCount() <= index) {
1967 if (frame_index < 0 || this.exec_state_.frameCount() <= frame_index) {
1996 if (this.exec_state_.frameCount() == 0) {
2168 if (this.exec_state_.frameCount() == 0) {
2175 if (frame_number < 0 || frame_number >= this.exec_state_.frameCount()) {
2261 if (this.exec_state_.frameCount() == 0) {
2275 if (frame_number < 0 || frame_number >= this.exec_state_.frameCount()) {
2462 if (this.exec_state_.frameCount() == 0) {
2470 if (frame_number < 0 || frame_number >= this.exec_state_.frameCount()) {