Home | History | Annotate | Download | only in src

Lines Matching refs:frameCount

957 ExecutionState.prototype.frameCount = function() {
968 if (opt_index < 0 || opt_index >= this.frameCount()) {
976 if (i < 0 || i >= this.frameCount()) throw new Error('Illegal frame index.');
1133 if (this.exec_state_.frameCount() > 0) {
1881 var total_frames = this.exec_state_.frameCount();
1937 if (this.exec_state_.frameCount() == 0) {
1944 if (index < 0 || this.exec_state_.frameCount() <= index) {
1959 if (frame_index < 0 || this.exec_state_.frameCount() <= frame_index) {
1971 if (this.exec_state_.frameCount() == 0) {
1995 if (this.exec_state_.frameCount() == 0) {
2072 if (this.exec_state_.frameCount() == 0) {
2079 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()) {