Lines Matching defs:method
1201 Local<Value> method;
1202 if (!object()->Get(context, method_name).ToLocal(&method)) {
1205 if (method->IsFunction()) {
1207 if (!method.As<Function>()->Call(
1241 Local<Value> method;
1242 if (!object()->Get(context, method_name).ToLocal(&method)) {
1245 if (!method->IsFunction()) return Just(BaseObjectList {});
1248 if (!method.As<Function>()->Call(
1275 Local<Value> method;
1276 if (!object()->Get(context, method_name).ToLocal(&method)) {
1279 if (!method->IsFunction()) return Just(true);
1281 if (method.As<Function>()->Call(context, object(), 1, &data).IsEmpty()) {
1297 // the `[kDeserialize]()` method on it. This split is necessary, because here