HomeSort by relevance Sort by last modified time
    Searched defs:GetScopeInfo (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ast/
scopes.cc 835 Handle<ScopeInfo> Scope::GetScopeInfo(Isolate* isolate) {
845 if (!is_eval_scope()) chain->Add(Handle<ScopeInfo>(GetScopeInfo(isolate)));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shldisp.h 452 virtual HRESULT WINAPI GetScopeInfo(BSTR bsScope,int *pdwScopeInfo) = 0;
474 HRESULT (WINAPI *GetScopeInfo)(ISearchCommandExt *This,BSTR bsScope,int *pdwScopeInfo);
498 #define ISearchCommandExt_GetScopeInfo(This,bsScope,pdwScopeInfo) (This)->lpVtbl->GetScopeInfo(This,bsScope,pdwScopeInfo)
    [all...]

Completed in 67 milliseconds