Home
last modified time | relevance | path

Searched defs:context (Results 6201 - 6225 of 7285) sorted by relevance

1...<<241242243244245246247248249250>>...292

/third_party/node/src/
H A Denv-inl.h72 inline void IsolateData::set_worker_context(worker::Worker* context) { in set_worker_context() argument
180 inline Environment* Environment::GetCurrent(v8::Local<v8::Context> context) { in GetCurrent() argument
657 inline void Environment::add_sub_worker_context(worker::Worker* context) { in add_sub_worker_context() argument
661 inline void Environment::remove_sub_worker_context(worker::Worker* context) { in remove_sub_worker_context() argument
826 v8::Local<v8::Context> Environment::context() cons function in node::Environment
[all...]
H A Djs_native_api_v8_inspector.cc1076 void contextCreated(Local<Context> context, const ContextInfo& info) { in contextCreated() argument
1095 void contextDestroyed(Local<Context> context) { in contextDestroyed() argument
1144 Local<Context> context = env_->context(); in ReportUncaughtException() local
1407 ContextCreated(Local<Context> context, const ContextInfo& info) ContextCreated() argument
[all...]
H A Dnode_api.cc22 node_jsvm_env__::node_jsvm_env__(v8::Local<v8::Context> context, in node_jsvm_env__() argument
168 inline JSVM_Env NewEnv(v8::Local<v8::Context> context, in NewEnv() argument
467 CallJs(JSVM_Env env, JSVM_Value cb, void* context, void* data) CallJs() argument
518 void* context; global() member in v8impl::__anon15407::ThreadSafeFunction
642 jsvm_module_register_cb(v8::Local<v8::Object> exports, v8::Local<v8::Value> module, v8::Local<v8::Context> context, void* priv) jsvm_module_register_cb() argument
654 node_api_context_register_func(v8::Local<v8::Object> exports, v8::Local<v8::Value> module, v8::Local<v8::Context> context, void* priv) node_api_context_register_func() argument
692 jsvm_module_register_by_symbol(v8::Local<v8::Object> exports, v8::Local<v8::Value> module, v8::Local<v8::Context> context, jsvm_addon_register_func init, int32_t module_api_version) jsvm_module_register_by_symbol() argument
921 v8::Local<v8::Context> context = env->context(); jsvm_async_init() local
973 v8::Local<v8::Context> context = env->context(); jsvm_make_callback() local
1235 v8::Local<v8::Context> context = env->context(); jsvm_create_async_work() local
1304 jsvm_create_threadsafe_function(JSVM_Env env, JSVM_Value func, JSVM_Value async_resource, JSVM_Value async_resource_name, size_t max_queue_size, size_t initial_thread_count, void* thread_finalize_data, JSVM_Finalize thread_finalize_cb, void* context, jsvm_threadsafe_function_call_js call_js_cb, jsvm_threadsafe_function* result) jsvm_create_threadsafe_function() argument
[all...]
H A Dnode_file.cc438 Local<Context> context in ClosePromise() local
311 Deserialize( Environment* env, v8::Local<v8::Context> context, std::unique_ptr<worker::TransferData> self) Deserialize() argument
1693 v8::Local<v8::Context> context = env->context(); CallMKDirpSync() local
2627 Local<Context> context = realm->context(); BindingData() local
2649 Deserialize(Local<Context> context, Local<Object> holder, int index, InternalFieldInfoBase* info) Deserialize() argument
2660 PrepareForSerialization(Local<Context> context, v8::SnapshotCreator* creator) PrepareForSerialization() argument
2681 Initialize(Local<Object> target, Local<Value> unused, Local<Context> context, void* priv) Initialize() argument
[all...]
H A Dnode_messaging.cc110 Local<Context> context = isolate->GetCurrentContext(); variable
65 FinalizeTransferRead( Local<Context> context, ValueDeserializer* deserializer) FinalizeTransferRead() argument
72 FinalizeTransferWrite( Local<Context> context, ValueSerializer* serializer) FinalizeTransferWrite() argument
141 Deserialize(Environment* env, Local<Context> context, Local<Value>* port_list) Deserialize() argument
248 GetEmitMessageFunction(Local<Context> context) GetEmitMessageFunction() argument
262 GetDOMException(Local<Context> context) GetDOMException() argument
277 ThrowDataCloneException(Local<Context> context, Local<String> message) ThrowDataCloneException() argument
296 SerializerDelegate(Environment* env, Local<Context> context, Message* m) SerializerDelegate() argument
350 Finish(Local<Context> context) Finish() argument
434 Serialize(Environment* env, Local<Context> context, Local<Value> input, const TransferList& transfer_list_v, Local<Object> source_port) Serialize() argument
609 MessagePort(Environment* env, Local<Context> context, Local<Object> wrap) MessagePort() argument
679 New( Environment* env, Local<Context> context, std::unique_ptr<MessagePortData> data, std::shared_ptr<SiblingGroup> sibling_group) New() argument
718 ReceiveMessage(Local<Context> context, MessageProcessingMode mode, Local<Value>* port_list) ReceiveMessage() argument
758 Local<Context> context = OnMessage() local
861 Deserialize( Environment* env, Local<Context> context, std::unique_ptr<TransferData> self) Deserialize() argument
870 PostMessage(Environment* env, Local<Context> context, Local<Value> message_v, const TransferList& transfer_v) PostMessage() argument
913 ReadIterable(Environment* env, Local<Context> context, TransferList& transfer_list, Local<Value> object) ReadIterable() argument
973 Local<Context> context = obj->GetCreationContext().ToLocalChecked(); PostMessage() local
1197 Local<Context> context = env()->isolate()->GetCurrentContext(); TransferOrClone() local
1238 Local<Context> context = env()->isolate()->GetCurrentContext(); NestedTransferables() local
1266 FinalizeTransferRead( Local<Context> context, ValueDeserializer* deserializer) FinalizeTransferRead() argument
1292 Deserialize( Environment* env, Local<Context> context, std::unique_ptr<TransferData> self) Deserialize() argument
1321 FinalizeTransferWrite( Local<Context> context, ValueSerializer* serializer) FinalizeTransferWrite() argument
1447 Local<Context> context = args.This()->GetCreationContext().ToLocalChecked(); MessageChannel() local
1478 InitMessaging(Local<Object> target, Local<Value> unused, Local<Context> context, void* priv) InitMessaging() argument
[all...]
H A Dnode_wasi.cc91 static MaybeLocal<Value> WASIException(Local<Context> context, in WASIException() argument
168 Local<Context> context = env->context(); in New() local
1695 Initialize(Local<Object> target, Local<Value> unused, Local<Context> context, void* priv) Initialize() argument
[all...]
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc256 bool WebSnapshotSerializer::TakeSnapshot(v8::Local<v8::Context> context, in TakeSnapshot() argument
328 Handle<Context> context = in SerializePendingItems() local
587 Context context = function->context(); SerializeFunctionInfo() local
783 DiscoverContext(Handle<Context> context) DiscoverContext() argument
925 SerializeContext(Handle<Context> context) SerializeContext() argument
1196 GetContextId(Context context) GetContextId() argument
1666 Handle<Context> context; DeserializeContexts() local
1798 Context context = Context::cast(contexts_.get(context_id - 1)); CreateJSFunction() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-engine.cc949 void WasmEngine::DeleteCompileJobsOnContext(Handle<Context> context) { in DeleteCompileJobsOnContext() argument
684 StartStreamingCompilation( Isolate* isolate, const WasmFeatures& enabled, Handle<Context> context, const char* api_method_name, std::shared_ptr<CompilationResultResolver> resolver) StartStreamingCompilation() argument
915 CreateAsyncCompileJob( Isolate* isolate, const WasmFeatures& enabled, std::unique_ptr<byte[]> bytes_copy, size_t length, Handle<Context> context, const char* api_method_name, std::shared_ptr<CompilationResultResolver> resolver, int compilation_id) CreateAsyncCompileJob() argument
[all...]
/third_party/nghttp2/src/
H A Dshrpx_tls.cc752 int sct_add_cb(SSL *ssl, unsigned int ext_type, unsigned int context, in sct_add_cb() argument
764 << ", context=" << log::hex << context; in sct_add_cb() local
784 void sct_free_cb(SSL *ssl, unsigned int ext_type, unsigned int context, in sct_free_cb() argument
791 int sct_parse_cb(SSL *ssl, unsigned int ext_type, unsigned int context, in sct_parse_cb() argument
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c1829 uint8_t context; ProcessCommandsInternal() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnvmbcs.cpp1407 writeStage3Roundtrip(const void *context, uint32_t value, UChar32 codePoints[32]) { in writeStage3Roundtrip() argument
635 enumToU(UConverterMBCSTable *mbcsTable, int8_t stateProps[], int32_t state, uint32_t offset, uint32_t value, UConverterEnumToUCallback *callback, const void *context, UErrorCode *pErrorCode) enumToU() argument
809 ucnv_MBCSEnumToUnicode(UConverterMBCSTable *mbcsTable, UConverterEnumToUCallback *callback, const void *context, UErrorCode *pErrorCode) ucnv_MBCSEnumToUnicode() argument
H A Dunistr.cpp94 UnicodeString_charAt(int32_t offset, void *context) { in UnicodeString_charAt() argument
H A Ducnv.cpp714 ucnv_getToUCallBack(const UConverter * converter, UConverterToUCallback *action, const void **context) ucnv_getToUCallBack() argument
723 ucnv_getFromUCallBack(const UConverter * converter, UConverterFromUCallback *action, const void **context) ucnv_getFromUCallBack() argument
H A Dumutablecptrie.cpp285 maybeFilterValue(uint32_t value, uint32_t initialValue, uint32_t nullValue, UCPMapValueFilter *filter, const void *context) maybeFilterValue() argument
295 getRange( UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) const getRange() argument
1804 getRange(const void *trie, UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) getRange() argument
1813 umutablecptrie_getRange(const UMutableCPTrie *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) umutablecptrie_getRange() argument
[all...]
H A Dunames.cpp599 enumGroupNames(UCharNames *names, const uint16_t *group, UChar32 start, UChar32 end, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) enumGroupNames() argument
644 enumExtNames(UChar32 start, UChar32 end, UEnumCharNamesFn *fn, void *context) enumExtNames() argument
667 enumNames(UCharNames *names, UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) enumNames() argument
936 enumAlgNames(AlgorithmicRange *range, UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) enumAlgNames() argument
1635 u_enumCharNames(UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice, UErrorCode *pErrorCode) u_enumCharNames() argument
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dbrotli_bit_stream.c1030 size_t context = in BrotliStoreMetaBlock() local
1052 size_t context = CommandDistanceContext(&cmd); in BrotliStoreMetaBlock() local
895 StoreSymbolWithContext(BlockEncoder* self, size_t symbol, size_t context, const uint32_t* context_map, size_t* storage_ix, uint8_t* storage, const size_t context_bits) StoreSymbolWithContext() argument
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dparse.cpp943 convertTrie(const void *context, UChar32 start, UChar32 end, uint32_t value) { in convertTrie() argument
H A Dreslist.cpp1312 compareKeySuffixes(const void *context, const void *l, const void *r) { in compareKeySuffixes() argument
/third_party/node/deps/icu-small/source/i18n/
H A Duregex.cpp1083 uregex_setMatchCallback(URegularExpression *regexp2, URegexMatchCallback *callback, const void *context, UErrorCode *status) uregex_setMatchCallback() argument
1100 uregex_getMatchCallback(const URegularExpression *regexp2, URegexMatchCallback **callback, const void **context, UErrorCode *status) uregex_getMatchCallback() argument
1117 uregex_setFindProgressCallback(URegularExpression *regexp2, URegexFindProgressCallback *callback, const void *context, UErrorCode *status) uregex_setFindProgressCallback() argument
1134 uregex_getFindProgressCallback(const URegularExpression *regexp2, URegexFindProgressCallback **callback, const void **context, UErrorCode *status) uregex_getFindProgressCallback() argument
H A Drematch.cpp363 struct URegexUTextUnescapeCharContext context = U_REGEX_UTEXT_UNESCAPE_CONTEXT(replacement); in appendReplacement() local
2437 setMatchCallback(URegexMatchCallback *callback, const void *context, UErrorCode &status) setMatchCallback() argument
2453 getMatchCallback(URegexMatchCallback *&callback, const void *&context, UErrorCode &status) getMatchCallback() argument
2469 setFindProgressCallback(URegexFindProgressCallback *callback, const void *context, UErrorCode &status) setFindProgressCallback() argument
2485 getFindProgressCallback(URegexFindProgressCallback *&callback, const void *&context, UErrorCode &status) getFindProgressCallback() argument
[all...]
H A Dmsgfmt.cpp1970 PluralSelectorContext &context = *static_cast<PluralSelectorContext *>(ctx); in select() local
[all...]
/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer.cpp324 } context; variable
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dreslist.cpp1312 compareKeySuffixes(const void *context, const void *l, const void *r) { in compareKeySuffixes() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dtsmthred.cpp1089 createObject( const void *context, UErrorCode &status) const createObject() argument
/third_party/libwebsockets/lib/secure-streams/
H A Dprivate-lib-secure-streams.h68 struct lws_context *context; /**< lws context we are created on */ member
329 struct lws_context *context; member
393 struct lws_context *context; member
[all...]

Completed in 65 milliseconds

1...<<241242243244245246247248249250>>...292