Lines Matching refs:info
148 void StartStreamingCompilation(const FunctionCallbackInfo<Value>& info) {
160 WasmStreaming::Unpack(info.GetIsolate(), info.Data());
161 Environment* env = Environment::GetCurrent(info);
169 CHECK_EQ(info.Length(), 1);
177 Local<Value> args[] = {obj, info[0]};
184 impl->Call(env->context(), info.This(), 2, args);
190 void SetImplementation(const FunctionCallbackInfo<Value>& info) {
191 Environment* env = Environment::GetCurrent(info);
192 env->set_wasm_streaming_compilation_impl(info[0].As<Function>());