Example #1
0
bool emit(Venv& env, const callphp& i) {
  const auto call = emitSmashableCall(*env.cb, env.meta, i.stub);
  setJmpTransID(env, call);
  return true;
}
Example #2
0
void Vgen::emit(const callphp& i) {
    emitSmashableCall(*codeBlock, env.meta, i.stub);
}