Home
last modified time | relevance | path

Searched refs:IsFunction (Results 1 – 25 of 65) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRMCInstLower.cpp39 bool IsFunction = MO.isGlobal() && isa<Function>(MO.getGlobal()); in lowerSymbolOperand() local
42 if (IsFunction) { in lowerSymbolOperand()
49 if (IsFunction) { in lowerSymbolOperand()
/third_party/node/src/
Dinspector_js_api.cc120 CHECK(info[0]->IsFunction()); in New()
177 CHECK(info[0]->IsFunction()); in SetConsoleExtensionInstaller()
185 CHECK(args[0]->IsFunction()); in CallAndPauseOnStart()
204 CHECK(inspector_method->IsFunction()); in InspectorConsoleCall()
219 CHECK(node_method->IsFunction()); in InspectorConsoleCall()
267 CHECK(args[0]->IsFunction()); in RegisterAsyncHookWrapper()
269 CHECK(args[1]->IsFunction()); in RegisterAsyncHookWrapper()
Dtimers.cc19 CHECK(args[0]->IsFunction()); in SetupTimers()
20 CHECK(args[1]->IsFunction()); in SetupTimers()
Dnode_task_queue.cc167 CHECK(args[0]->IsFunction()); in EnqueueMicrotask()
180 CHECK(args[0]->IsFunction()); in SetTickCallback()
188 CHECK(args[0]->IsFunction()); in SetPromiseRejectCallback()
Dasync_wrap.cc173 CHECK(v->IsFunction()); \ in SetupHooks()
189 args[0]->IsFunction() ? args[0].As<Function>() : Local<Function>(), in SetPromiseHooks()
190 args[1]->IsFunction() ? args[1].As<Function>() : Local<Function>(), in SetPromiseHooks()
191 args[2]->IsFunction() ? args[2].As<Function>() : Local<Function>(), in SetPromiseHooks()
192 args[3]->IsFunction() ? args[3].As<Function>() : Local<Function>()); in SetPromiseHooks()
330 if (args[0]->IsFunction()) { in SetCallbackTrampoline()
Dnode_serdes.cc111 CHECK(get_data_clone_error->IsFunction()); in ThrowDataCloneError()
131 if (!get_shared_array_buffer_id->IsFunction()) { in GetSharedArrayBufferId()
156 if (!write_host_object->IsFunction()) { in WriteHostObject()
302 if (!read_host_object->IsFunction()) { in ReadHostObject()
Dnode_errors.cc958 CHECK(args[0]->IsFunction()); in SetPrepareStackTraceCallback()
971 CHECK(args[0]->IsFunction()); in SetGetSourceMapErrorSource()
978 CHECK(args[0]->IsFunction()); in SetMaybeCacheGeneratedSourceMap()
985 CHECK(args[0]->IsFunction()); in SetEnhanceStackForFatalException()
986 CHECK(args[1]->IsFunction()); in SetEnhanceStackForFatalException()
1121 if (!fatal_exception_function->IsFunction()) { in TriggerUncaughtException()
Dnode_messaging.cc258 CHECK(emit_message_val->IsFunction()); in GetEmitMessageFunction()
272 CHECK(domexception_ctor_val->IsFunction()); in GetDOMException()
634 if (fn->IsFunction()) { in MessagePort()
935 if (!iterator_method->IsFunction()) return Just(false); in ReadIterable()
945 if (!next->IsFunction()) return Just(false); in ReadIterable()
1205 if (method->IsFunction()) { in TransferOrClone()
1245 if (!method->IsFunction()) return Just(BaseObjectList {}); in NestedTransferables()
1279 if (!method->IsFunction()) return Just(true); in FinalizeTransferRead()
1436 CHECK(args[0]->IsFunction()); in SetDeserializerCreateObjectFunction()
Dnode_http_parser.cc275 if (cb->IsFunction()) { in SET_MEMORY_INFO_NAME()
384 if (!cb->IsFunction()) in on_headers_complete()
460 if (!cb->IsFunction()) in on_body()
500 if (!cb->IsFunction()) in on_message_complete()
786 if (!cb->IsFunction()) in OnStreamRead()
900 if (!cb->IsFunction()) in Flush()
Dasync_wrap-inl.h76 if (!cb_v->IsFunction()) { in MakeCallback()
Dnode_realm.cc214 CHECK(internal_binding_loader->IsFunction()); in BootstrapInternalLoaders()
219 CHECK(require->IsFunction()); in BootstrapInternalLoaders()
Dnode_process_events.cc51 if (!emit_warning->IsFunction()) return Just(false); in ProcessEmitWarningGeneric()
Dmodule_wrap.cc136 CHECK(args[3]->IsFunction()); in New()
272 CHECK(args[0]->IsFunction()); in Link()
633 CHECK(args[0]->IsFunction()); in SetImportModuleDynamicallyCallback()
669 CHECK(args[0]->IsFunction()); in SetInitializeImportMetaObjectCallback()
Dhandle_wrap.cc79 if (!close_callback.IsEmpty() && close_callback->IsFunction() && in Close()
Dnode_trace_events.cc119 CHECK(args[0]->IsFunction()); in SetTraceCategoryStateUpdateHandler()
/third_party/node/test/addons/make-callback/
Dbinding.cc11 assert(args[1]->IsFunction() || args[1]->IsString()); in MakeCallback()
19 if (args[1]->IsFunction()) { in MakeCallback()
/third_party/node/test/addons/make-callback-domain-warning/
Dbinding.cc17 assert(args[1]->IsFunction()); in MakeCallback()
/third_party/node/test/addons/make-callback-recurse/
Dbinding.cc17 assert(args[1]->IsFunction()); in MakeCallback()
/third_party/node/deps/v8/src/inspector/
Dcustom-preview.cc195 if (!bodyValue->IsFunction()) { in bodyCallback()
298 if (!headerValue->IsFunction()) { in generateCustomPreview()
320 if (!hasBodyFunctionValue->IsFunction()) continue; in generateCustomPreview()
/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.h49 bool IsFunction() override;
/third_party/node/deps/v8/src/runtime/
Druntime-function.cc96 return isolate->heap()->ToBoolean(object.IsFunction()); in RUNTIME_FUNCTION()
/third_party/node/test/addons/callback-scope/
Dbinding.cc18 assert(args[3]->IsFunction()); in RunInCallbackScope()
/third_party/cef/tests/ceftests/
Dv8_unittest.cc271 EXPECT_FALSE(value->IsFunction()); in RunNullCreateTest()
290 EXPECT_FALSE(value->IsFunction()); in RunBoolCreateTest()
314 EXPECT_FALSE(value->IsFunction()); in RunIntCreateTest()
336 EXPECT_FALSE(value->IsFunction()); in RunUIntCreateTest()
354 EXPECT_FALSE(value->IsFunction()); in RunDoubleCreateTest()
393 EXPECT_FALSE(value->IsFunction()); in RunDateCreateTest()
414 EXPECT_FALSE(value->IsFunction()); in RunStringCreateTest()
434 EXPECT_FALSE(value->IsFunction()); in RunEmptyStringCreateTest()
464 EXPECT_FALSE(value->IsFunction()); in RunArrayCreateTest()
643 EXPECT_FALSE(value->IsFunction()); in RunObjectCreateTest()
[all …]
/third_party/node/test/addons/async-resource/
Dbinding.cc62 assert(fn->IsFunction()); in CallViaFunction()
/third_party/node/deps/v8/include/
Dv8-value.h103 bool IsFunction() const;

123