Home | History | Annotate | Download | only in cctest

Lines Matching refs:signature

215   v8::Handle<v8::Signature> sig = v8::Signature::New(isolate, fun);
290 v8::Handle<v8::Signature> sig = v8::Signature::New(
317 v8::Handle<v8::Signature> wsig = v8::Signature::New(
1255 Handle<v8::Signature>(),
12211 v8::Handle<v8::Signature>());
12240 v8::Signature::New(isolate, fun_templ));
12273 v8::Signature::New(isolate, fun_templ));
12312 v8::Signature::New(isolate, fun_templ));
12351 v8::Signature::New(isolate, fun_templ));
12394 v8::Signature::New(isolate, fun_templ));
12437 v8::Handle<v8::Signature>());
12463 v8::Signature::New(isolate, fun_templ));
12493 v8::Signature::New(isolate, fun_templ));
12528 v8::Signature::New(isolate, fun_templ));
12567 v8::Signature::New(isolate, fun_templ));
22353 // Build a template for signature checks.
22355 Local<v8::Signature> signature;
22367 signature = v8::Signature::New(isolate, function_template);
22370 signature = v8::Signature::New(isolate, parent_template);
22379 // Install regular object that can pass signature checks.
22388 isolate, OptimizationCallback, data, signature);
22408 // If not using a signature, add something else to the prototype chain
22421 // With no signature, the holder is not set.