Lines Matching refs:frameCount
963 ExecutionState.prototype.frameCount = function() { method in ExecutionState
974 if (opt_index < 0 || opt_index >= this.frameCount()) {
982 if (i < 0 || i >= this.frameCount()) {
1136 if (this.exec_state_.frameCount() > 0) {
1806 var total_frames = this.exec_state_.frameCount();
1862 if (this.exec_state_.frameCount() == 0) {
1869 if (index < 0 || this.exec_state_.frameCount() <= index) {
1885 if (frame_index < 0 || this.exec_state_.frameCount() <= frame_index) {
1915 if (this.exec_state_.frameCount() == 0) {
2087 if (this.exec_state_.frameCount() == 0) {
2094 if (frame_number < 0 || frame_number >= this.exec_state_.frameCount()) {
2180 if (this.exec_state_.frameCount() == 0) {
2194 if (frame_number < 0 || frame_number >= this.exec_state_.frameCount()) {
2381 if (this.exec_state_.frameCount() == 0) {
2389 if (frame_number < 0 || frame_number >= this.exec_state_.frameCount()) {